Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benSlaughter committed Feb 19, 2018
1 parent 7687802 commit 4f17cc1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: ruby
rvm:
- ruby-head
- 2.1.3
- 2.1.0
- 2.0.0
- 2.4.3
- 2.3.6
- 2.2.8
- 2.1.10
- 2.0.0-p648
matrix:
allow_failures:
- rvm: ruby-head
Expand Down
6 changes: 3 additions & 3 deletions faraday_middleware-parse_csv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Gem::Specification.new do |spec|
spec.summary = 'Faraday middleware for parsing CSV'
spec.description = 'Faraday middleware for parsing CSV using tempfile to include encoding'
spec.homepage = 'http://benslaughter.github.io/faraday_middleware-parse_csv/'
spec.version = '0.1.0'
spec.version = '1.0.0'
spec.version = "#{spec.version}-#{ENV['TRAVIS_BUILD_NUMBER']}" if ENV['TRAVIS']
spec.date = '2014-11-05'
spec.date = '2018-02-19'
spec.license = 'MIT'

spec.author = 'Ben Slaughter'
spec.email = '[email protected]'

spec.files = ['README.md', 'LICENSE']
spec.files = %w(README.md LICENSE)
spec.files += Dir.glob('lib/**/*.rb')
spec.files += Dir.glob('spec/**/*')
spec.test_files = Dir.glob('spec/**/*')
Expand Down

0 comments on commit 4f17cc1

Please sign in to comment.