Skip to content

Commit e2dd326

Browse files
committed
Merge pull request #415 from grosser/grosser/gemspec
gemspec changes
2 parents b0c4a8d + caa7305 commit e2dd326

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

spring.gemspec

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
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

63
Gem::Specification.new do |gem|
74
gem.name = "spring"
85
gem.version = Spring::VERSION
96
gem.authors = ["Jon Leighton"]
107
gem.email = ["[email protected]"]
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'

0 commit comments

Comments
 (0)