Sha256: 0a44b75a6d3e39705ee8f3bee537a12388683669a0dad1dd475d1b81dca0c937
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
spec = Gem::Specification.new do |s| s.name = 'solitaire_cipher' s.version = '1.0.0' s.date = "2009-01-30" s.author = 'Graeme Mathieson' s.email = 'mathie@rubaidh.com' s.has_rdoc = true s.rubyforge_project = "rubaidh" s.homepage = 'http://github.com/mathie/solitaire_cipher/' s.summary = "Solitaire Cipher encoder and decoder." s.description = "A simple ruby gem for encoding and decoding strings " + "using the Solitaire Cipher." s.files = %w( MIT-LICENSE README.rdoc Rakefile solitaire_cipher.gemspec features/decrypting_a_string.feature features/encrypting_a_string.feature features/step_definitions/solitaire_cipher.rb features/support/env.rb lib/solitaire_cipher.rb spec/solitaire_cipher_spec.rb spec/spec_helper.rb ) s.add_dependency 'actionpack' s.add_dependency 'activesupport' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mathie-solitaire_cipher-1.0.0 | solitaire_cipher.gemspec |