has_counter_on 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: 5df02e4d3c6ef591ef468bdb26a455877fd3cf8175a12a2886a5346f38c401e0
4
- data.tar.gz: 7cd6f5b45e5e92cbeda35bf45b9031a777b63fdba5064533b45c5d4fb3438d8f
3
+ metadata.gz: 83ec47115331450a8723d6c616e734fca47b7facdc8957261b950c15d9983a6b
4
+ data.tar.gz: 38d3b4b6116da5f6d9278d738ba528e3f0c8895a54576dda4591283c07d23a91
5
5
  SHA512:
6
- metadata.gz: bc6ef9f2ad0c9d8fe40655a0e04b28feb67a265415a7e35c707e2555559f11ca22adefdbf0b254125ec90ca0042f49daa11e9a6f76db80631a45a4ac2f5fdbd7
7
- data.tar.gz: 13722cd859f85c22a45174d1161c5c4ccd9160a5f72ec6762b981eee38e8964ab5dd72b5c2cd2e6cdc96c6820508ffe611b70d241ec5a4111b49782009f0c771
6
+ metadata.gz: ff45ee2f1c15ffe51e8ebda494f0362424e772e12bb746055a948327e72d1f2e185ff245ef5c60343b076c0a139b5cbeb2b9531cd02a28f254e8cedb95e65d98
7
+ data.tar.gz: 7bde2f45f41efaed18c354e578629939c56b7503cbd2ef411046cdb132a6f739e8f1f9f15221f8b7e0d71d9a761877a2b3430468c70a6979bdde6fa9cb8bd4bc
@@ -1,3 +1,3 @@
1
1
  module HasCounterOn
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_counter_on
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Injung Chung
@@ -42,8 +42,8 @@ files:
42
42
  - lib/has_counter_on/countable.rb
43
43
  - lib/has_counter_on/counter.rb
44
44
  - lib/has_counter_on/counter_methods.rb
45
+ - lib/has_counter_on/tasks.rb
45
46
  - lib/has_counter_on/version.rb
46
- - lib/tasks/has_counter_on_task.rake
47
47
  homepage: https://github.com/mu29/has_counter_on
48
48
  licenses:
49
49
  - MIT