Skip to content

Commit

Permalink
Merge pull request #21 from nerdEd/prepare-0.2.4
Browse files Browse the repository at this point in the history
Prepare 0.2.4
  • Loading branch information
drewda committed Nov 18, 2014
2 parents 820528a + dbf5d7e commit fc05fca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ gem 'rake'
gem 'rspec'
gem 'multi_json', '1.0.4'
gem 'simplecov', :require => false
gem 'rubyzip'
gem 'rubyzip', '~> 1.1'
gem 'vcr'
gem 'fakeweb'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ DEPENDENCIES
multi_json (= 1.0.4)
rake
rspec
rubyzip
rubyzip (~> 1.1)
simplecov
vcr
4 changes: 3 additions & 1 deletion gtfs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Gem::Specification.new do |gem|
gem.email = ['[email protected]']
gem.homepage = 'https://github.com/nerdEd/gtfs'

gem.required_ruby_version = '>= 1.9.2'

gem.add_dependency 'rake'
gem.add_dependency 'multi_json'
gem.add_dependency 'rubyzip'
gem.add_dependency 'rubyzip', ['~> 1.1']

gem.add_development_dependency 'rspec', ['>= 2.0.0']
gem.add_development_dependency 'simplecov'
Expand Down
3 changes: 1 addition & 2 deletions lib/gtfs/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module GTFS
VERSION = '0.2.3'
VERSION = '0.2.4'
end

0 comments on commit fc05fca

Please sign in to comment.