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'
52
63Gem ::Specification . new do |gem |
74 gem . name = "spring"
85 gem . version = Spring ::VERSION
96 gem . authors = [ "Jon Leighton" ]
107 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"
1411 gem . license = "MIT"
1512
1613 gem . files = Dir [ "LICENSE.txt" , "README.md" , "lib/**/*" , "bin/*" ]
1714 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
18- gem . require_paths = [ "lib" ]
1915
2016 gem . add_development_dependency 'activesupport' , '~> 4.2.0'
2117 gem . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments