faraday_csv 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # 0.0.3 / 2013-09-29
2
+
3
+ * added MIT license to gemspec
4
+
5
+ # 0.0.2 / 2013-09-28
6
+
7
+ * middleware is now registered with Faraday
8
+
9
+ # 0.0.1 / 2013-09-28
10
+
11
+ * Initial Release
data/faraday_csv.gemspec CHANGED
@@ -3,21 +3,24 @@ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'faraday_csv/version'
5
5
 
6
- Gem::Specification.new do |gem|
7
- gem.name = 'faraday_csv'
8
- gem.version = FaradayCSV::VERSION
9
- gem.homepage = 'https://github.com/spagalloco/faraday_csv'
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'faraday_csv'
8
+ spec.version = FaradayCSV::VERSION
9
+ spec.homepage = 'https://github.com/spagalloco/faraday_csv'
10
10
 
11
- gem.author = "Steve Agalloco"
12
- gem.email = 'steve.agalloco@gmail.com'
13
- gem.description = 'CSV Parsing Middleware for use with Faraday'
14
- gem.summary = gem.description
11
+ spec.author = "Steve Agalloco"
12
+ spec.email = 'steve.agalloco@gmail.com'
13
+ spec.description = 'CSV Parsing Middleware for use with Faraday'
14
+ spec.summary = spec.description
15
15
 
16
- gem.add_dependency 'faraday'
16
+ spec.add_dependency 'faraday'
17
17
 
18
- gem.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)}
19
- gem.files = `git ls-files`.split("\n")
20
- gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ spec.licenses = ['MIT']
21
19
 
22
- gem.require_paths = ['lib']
20
+ spec.files = %w(.yardopts LICENSE.md CHANGELOG.md README.md Rakefile faraday_csv.gemspec)
21
+ spec.files += Dir.glob("lib/**/*.rb")
22
+ spec.files += Dir.glob("spec/**/*")
23
+ spec.test_files = Dir.glob("spec/**/*")
24
+
25
+ spec.require_paths = ['lib']
23
26
  end
@@ -1,3 +1,3 @@
1
1
  module FaradayCSV
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faraday_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-29 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -33,24 +33,20 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - .gemtest
37
- - .gitignore
38
- - .rspec
39
- - .travis.yml
40
36
  - .yardopts
41
- - Gemfile
42
- - Guardfile
43
37
  - LICENSE.md
38
+ - CHANGELOG.md
44
39
  - README.md
45
40
  - Rakefile
46
41
  - faraday_csv.gemspec
47
42
  - lib/faraday/response/csv.rb
48
- - lib/faraday_csv.rb
49
43
  - lib/faraday_csv/version.rb
44
+ - lib/faraday_csv.rb
50
45
  - spec/faraday/response/csv_spec.rb
51
46
  - spec/spec_helper.rb
52
47
  homepage: https://github.com/spagalloco/faraday_csv
53
- licenses: []
48
+ licenses:
49
+ - MIT
54
50
  post_install_message:
55
51
  rdoc_options: []
56
52
  require_paths:
@@ -63,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
59
  version: '0'
64
60
  segments:
65
61
  - 0
66
- hash: -633070430899702704
62
+ hash: 1541736267580842307
67
63
  required_rubygems_version: !ruby/object:Gem::Requirement
68
64
  none: false
69
65
  requirements:
@@ -72,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
68
  version: '0'
73
69
  segments:
74
70
  - 0
75
- hash: -633070430899702704
71
+ hash: 1541736267580842307
76
72
  requirements: []
77
73
  rubyforge_project:
78
74
  rubygems_version: 1.8.23
data/.gemtest DELETED
File without changes
data/.gitignore DELETED
@@ -1,40 +0,0 @@
1
- *.gem
2
- *.rbc
3
- *.sw[a-p]
4
- *.tmproj
5
- *.tmproject
6
- *.un~
7
- *~
8
- .DS_Store
9
- .Spotlight-V100
10
- .Trashes
11
- ._*
12
- .bundle
13
- .config
14
- .directory
15
- .elc
16
- .emacs.desktop
17
- .emacs.desktop.lock
18
- .redcar
19
- .yardoc
20
- Desktop.ini
21
- Gemfile.lock
22
- Icon?
23
- InstalledFiles
24
- Session.vim
25
- Thumbs.db
26
- \#*\#
27
- _yardoc
28
- auto-save-list
29
- coverage
30
- doc
31
- lib/bundler/man
32
- pkg
33
- pkg/*
34
- rdoc
35
- spec/reports
36
- test/tmp
37
- test/version_tmp
38
- tmp
39
- tmtags
40
- tramp
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --color
2
- --format=nested
3
- --backtrace
data/.travis.yml DELETED
@@ -1,8 +0,0 @@
1
- rvm:
2
- - 1.8.7
3
- - 1.9.2
4
- - 1.9.3
5
- - jruby
6
- - rbx
7
- - ree
8
- - ruby-head
data/Gemfile DELETED
@@ -1,16 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gem 'rake'
4
- gem 'yard'
5
-
6
- group :development do
7
- gem 'kramdown'
8
- gem 'guard-rspec'
9
- end
10
-
11
- group :test do
12
- gem 'rspec'
13
- gem 'simplecov', :require => false
14
- end
15
-
16
- gemspec
data/Guardfile DELETED
@@ -1,6 +0,0 @@
1
- guard 'rspec' do
2
- watch(%r{^spec/.+_spec\.rb$})
3
- watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
4
- watch('spec/spec_helper.rb') { "spec" }
5
- end
6
-