Skip to content

Commit

Permalink
Update date for gem
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Oct 15, 2013
1 parent b4264ec commit 0b170a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions csv2strings.gemspec
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
Gem::Specification.new do |s|
s.name = 'csv2strings'
s.version = '0.2.1'
s.date = '2013-10-08'
s.date = '2013-10-15'
s.summary = "CSV to iOS Localizable.strings converter"
s.description = "ruby script converts a CSV file of translations to Localizable.strings files and vice-versa"
s.authors = ["François Benaiteau"]
s.email = '[email protected]'
s.homepage = 'https://github.com/netbe/CSV-to-iOS-Localizable.strings-converter'
s.license = 'MIT'
s.license = 'MIT'

s.add_dependency "thor"


if RUBY_VERSION < '1.9'
s.add_dependency "fastercsv"
end
s.add_dependency "nokogiri", "= 1.5.10"
s.add_dependency "google_drive", '0.3.6'
s.add_dependency "google_drive", '0.3.6'
s.add_development_dependency "rake"

s.add_development_dependency "test-unit"
s.add_development_dependency "simplecov"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_path = ['lib']
end
end

0 comments on commit 0b170a7

Please sign in to comment.