pickle 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +4 -0
- data/VERSION +1 -1
- data/features/support/env.rb +0 -2
- data/features/support/paths.rb +1 -1
- data/pickle.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -101,6 +101,10 @@ begin
|
|
101
101
|
|
102
102
|
Jeweler::GemcutterTasks.new
|
103
103
|
|
104
|
+
namespace :release do
|
105
|
+
task :all => ['release', 'gemcutter:release']
|
106
|
+
end
|
107
|
+
|
104
108
|
rescue LoadError
|
105
109
|
puts "Jeweler not available for gem tasks. Install it with: sudo gem install jeweler"
|
106
110
|
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.18
|
data/features/support/env.rb
CHANGED
data/features/support/paths.rb
CHANGED
data/pickle.gemspec
CHANGED