pickle 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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