rumination 0.14 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a93cd5828bc697497ee31a4a7260bad0fa38a38
4
- data.tar.gz: e7c055fb32f02dd425f78a88b8ecb36c401310f0
3
+ metadata.gz: 49c93ad9e96819e83e8ffe8b83970babcc3569dd
4
+ data.tar.gz: 14c3cbd8dc5b70802d83e65619798d5cbc914990
5
5
  SHA512:
6
- metadata.gz: 5b9ea7893c7ed39fc6ca37317a1508c26ebe458eb91f4947eb786e88a5248c657ab7d509dc3c5be554ddb760d259cb319fad6914c31de37fed6e7c59e518acb6
7
- data.tar.gz: c19592bdf38a19e7b80c410eaa3cf44cff13307538e5f1cbef85680b707ada8946257f4bdc9a4547ac7a2101b669dc5257e3452deb2c797e4d9704781f0939d5
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
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.14"
2
+ VERSION = "0.14.1"
3
3
  end
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: '0.14'
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/tasks/with_hash_puts.rake
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