resto 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/resto/version.rb +1 -1
- data/resto.gemspec +1 -1
- metadata +1 -1
data/lib/resto/version.rb
CHANGED
data/resto.gemspec
CHANGED
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
|
|
38
38
|
|
39
39
|
s.files = Dir.glob("{lib,spec}/**/*") + %w(resto.gemspec)
|
40
40
|
# s.files = `git ls-files`.split("\n")
|
41
|
-
# s.executables = `git ls-files`.split("\n").map do |f|
|
41
|
+
# s.executables = `git ls-files`.split("\n").map do |f|
|
42
42
|
# f =~ /^bin\/(.*)/ ? $1 : nil
|
43
43
|
# end.compact
|
44
44
|
s.require_path = 'lib'
|