yaml2csv 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/Gemfile.lock +2 -1
  2. data/yaml2csv.gemspec +4 -3
  3. metadata +3 -4
data/Gemfile.lock CHANGED
@@ -1,7 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- yaml2csv (0.0.1)
4
+ yaml2csv (0.0.2)
5
+ ya2yaml (~> 0.30)
5
6
 
6
7
  GEM
7
8
  remote: http://rubygems.org/
data/yaml2csv.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "yaml2csv"
5
5
  s.homepage = "http://github.com/benhutton/yaml2csv"
6
- s.authors = ["Ben Hutton", "Arnau Sanchez"]
6
+ s.authors = ["Ben Hutton"]
7
7
  s.summary = "Convert YAML to CSV (and backward)"
8
8
  s.description = "yaml2csv converts between YAML and CSV files"
9
9
  s.email = "benhutton@gmail.com"
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.files = `git ls-files`.split("\n")
12
12
  s.test_files = `git ls-files -- spec/*`.split("\n")
13
13
 
14
- s.version = '0.0.1'
14
+ s.version = '0.0.2'
15
15
  s.platform = Gem::Platform::RUBY
16
16
  s.required_ruby_version = '>= 1.8.6'
17
17
  s.required_rubygems_version = '>= 1.3.5'
@@ -19,8 +19,9 @@ Gem::Specification.new do |s|
19
19
  {
20
20
  'bundler' => '~> 1.0.7',
21
21
  'rake' => '~> 0.8.7',
22
- 'ya2yaml' => '~> 0.30',
23
22
  }.each do |lib, version|
24
23
  s.add_development_dependency lib, version
25
24
  end
25
+
26
+ s.add_dependency 'ya2yaml', '~> 0.30'
26
27
  end
metadata CHANGED
@@ -5,12 +5,11 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ben Hutton
13
- - Arnau Sanchez
14
13
  autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
@@ -59,7 +58,7 @@ dependencies:
59
58
  - 0
60
59
  - 30
61
60
  version: "0.30"
62
- type: :development
61
+ type: :runtime
63
62
  prerelease: false
64
63
  version_requirements: *id003
65
64
  description: yaml2csv converts between YAML and CSV files