nsisam.gemspec in nsisam-0.2.4 vs nsisam.gemspec in nsisam-0.2.5
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "nsisam"
- s.version = "0.2.4"
+ s.version = "0.2.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Douglas Camata"]
s.date = "2012-03-01"
s.description = "A simple gem to access a SAM node. For more info about SAM\n visit www.github.com/nsi-iff/sam_buildout."
@@ -22,13 +22,13 @@
"Gemfile",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
- "lib/client.rb",
- "lib/errors.rb",
- "lib/fake_server.rb",
"lib/nsisam.rb",
+ "lib/nsisam/client.rb",
+ "lib/nsisam/errors.rb",
+ "lib/nsisam/fake_server.rb",
"nsisam.gemspec",
"spec/nsisam_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/nsi-iff/nsisam-ruby"