rumination 0.12.4 → 0.12.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/rumination/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfeda62c09cc79572cd193649d9b6a3f1c68233d
4
- data.tar.gz: c83640f8c9d28ded629397bddb002e4e8e2d2999
3
+ metadata.gz: a75d547cc171af5af2092441f3a826bbf44624fa
4
+ data.tar.gz: d20fb47dc07a8902a6805ba7679a77f71fd71c57
5
5
  SHA512:
6
- metadata.gz: bf3d5fbdc1c6f5c90fd684cff4df829099c221e90e8b53a4c93a4b62a5d9c44d335d1c4ab075b81f91791323c2e5b14f1ddffa99f25f952528f4888f1ecff767
7
- data.tar.gz: c2fb22058c3d540830015254b71f92a6da9fb66d09c55e38797f019693d498e2959c3a0b326cc727e282a2d548bc38abf7671aeeed8135d5c62e27b8bb07d21d
6
+ metadata.gz: 0458e6f283245923c1f430f479f8bc8ee529c6583a169266de487e09631152dc3f3cbfff6c7406653fa7dda25c4e6e85c10e2fe29735ecaeeb10852a7cb0abb9
7
+ data.tar.gz: 396b01b9d93529797de414bd5f2d37ca9efdd3f0bda069c8cc25a95142bd1977a4e38921bb9059db29dbf160bb58e94bcb9535b61ecae995a69127ebcde5a6ca
data/Rakefile CHANGED
@@ -1,4 +1,3 @@
1
- require "bundler/gem_tasks"
2
1
  require "rspec/core/rake_task"
3
2
  require "highline/import"
4
3
  require "active_support/core_ext/object/blank"
@@ -35,3 +34,4 @@ task :choose_version do
35
34
  end
36
35
 
37
36
  task release: :choose_version
37
+ require "bundler/gem_tasks"
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.12.4"
2
+ VERSION = "0.12.5"
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.12.4
4
+ version: 0.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski