File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
- # -*- encoding: utf-8 -*-
2
- lib = File . expand_path ( '../lib' , __FILE__ )
3
- $LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
4
- require 'spring/version'
1
+ require './lib/spring/version'
5
2
6
3
Gem ::Specification . new do |gem |
7
4
gem . name = "spring"
8
5
gem . version = Spring ::VERSION
9
6
gem . authors = [ "Jon Leighton" ]
10
7
gem . email = [ "j@jonathanleighton.com" ]
11
- gem . description = %q{ Rails application preloader}
12
- gem . summary = %q{Rails application preloader}
13
- gem . homepage = "http ://github.com/rails/spring"
8
+ gem . summary = " Rails application preloader"
9
+ gem . description = "Preloads your application so things like console, rake and tests run faster"
10
+ gem . homepage = "https ://github.com/rails/spring"
14
11
gem . license = "MIT"
15
12
16
13
gem . files = Dir [ "LICENSE.txt" , "README.md" , "lib/**/*" , "bin/*" ]
17
14
gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
18
- gem . require_paths = [ "lib" ]
19
15
20
16
gem . add_development_dependency 'activesupport' , '~> 4.2.0'
21
17
gem . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments