Skip to content

Commit

Permalink
new gem version: add all required files!
Browse files Browse the repository at this point in the history
  • Loading branch information
maul.esel committed Apr 3, 2014
1 parent f1fe214 commit 156851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ALD.rb.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Gem::Specification.new do |s|
s.name = 'ALD'
s.version = '0.0.1'
s.version = '0.1.1'
s.date = '2014-03-17'
s.summary = 'Utility gem for the ALD protocol'
s.description = 'A gem containing helpers for the ALD API, the ALD package format and ALD package definitions.'
s.authors = ['maul.esel']
s.files = ['lib/ALD.rb', 'lib/ALD/package.rb', 'lib/ALD/definition.rb', 'lib/ALD/package_generator.rb', 'lib/ALD/definition_generator.rb', 'lib/ALD/exceptions.rb', 'lib/ALD/schema.xsd']
s.files = Dir['lib/**/*.rb']
s.homepage = 'https://github.com/Library-Distribution/ALD.rb'
s.license = 'MIT'

Expand Down

0 comments on commit 156851d

Please sign in to comment.