rumination 0.14 → 0.14.1
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49c93ad9e96819e83e8ffe8b83970babcc3569dd
|
|
4
|
+
data.tar.gz: 14c3cbd8dc5b70802d83e65619798d5cbc914990
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34f6a35872cf00cf9648f42e245752b861b19e95054ca867b9af7e251fd617ced5817566f7612a4451772aba3763e54050e511e4dc59efa38bc59da073b2c163
|
|
7
|
+
data.tar.gz: c0506b439fcf400ffb8b821612c4e17cbc4a05eae79a12cd3b0ebf9816811b295d4ef2b83f630dcbc66a55f30d6be144a41f0e9ef906769fbedc1986c796c08e
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
require "rumination/deploy"
|
|
2
1
|
require "dotenv"
|
|
3
2
|
require "active_support/core_ext/string/strip"
|
|
4
3
|
|
|
4
|
+
require "rumination/deploy"
|
|
5
|
+
|
|
5
6
|
namespace :deploy do
|
|
6
7
|
task :env => :load_target_config_filterd do
|
|
7
8
|
puts
|
|
@@ -24,6 +25,7 @@ namespace :deploy do
|
|
|
24
25
|
end
|
|
25
26
|
|
|
26
27
|
task :load_target_config_filterd do
|
|
28
|
+
require "rumination/utils/with_hash_puts"
|
|
27
29
|
with_hash_puts do
|
|
28
30
|
Rake::Task["deploy:load_target_config"].invoke
|
|
29
31
|
end
|
data/lib/rumination/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rumination
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Artem Baguinski
|
|
@@ -155,7 +155,7 @@ files:
|
|
|
155
155
|
- lib/rumination/tasks/db/setup.rake
|
|
156
156
|
- lib/rumination/tasks/deploy.rake
|
|
157
157
|
- lib/rumination/tasks/deploy/env.rake
|
|
158
|
-
- lib/rumination/
|
|
158
|
+
- lib/rumination/utils/with_hash_puts.rb
|
|
159
159
|
- lib/rumination/version.rb
|
|
160
160
|
- rumination.gemspec
|
|
161
161
|
homepage: https://github.com/artm/rumination
|
|
File without changes
|