cushion_defaults 0.0.0 → 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cushion_defaults.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a81419a81ff0cdcd46f6c56967342aa8c0663853
4
- data.tar.gz: 32731179906c9bbe94c7e56a1e5716409214c548
3
+ metadata.gz: 289f0d930dbaf135b2806cae75bb3f92e562acf3
4
+ data.tar.gz: 73b9b26d37a8d0218f7fa3f3859f59eb3c7b0e11
5
5
  SHA512:
6
- metadata.gz: 5f2c6ef61d48aa83e0ff9723c68e807a159926c5a74e10109b1f0354a9d4b877f7525b6f518add68e7668d0eb01f8d95c9e480fb434d01634b310defab80e180
7
- data.tar.gz: 364a9f1df425222db45df3ee27c703ecb8401a4a075c53bb8e648ec8526fc7452f7ae8955c5437a87250cb04e1680775b753803d5388dacb4688c9996e3b64bd
6
+ metadata.gz: 46b2d24e83d42d069da20bed64b970cb775c7c9500f00011a1b10ade433f4aad0162bba102b8e4ee60292b0657ee83b0dd786da41dd3063ad118a0fb2ff21aaf
7
+ data.tar.gz: 2793f36b19c897ad6738a270ce6a8ce495261f15d728eef2909a2a41104738ecb0db6d6cea9bbad22db4c1f64c655266ceb0fead5da7117282af2fca461a4eca
@@ -10,7 +10,7 @@ require 'cushion_defaults/defaults_hash'
10
10
  # +Klass+.
11
11
  module CushionDefaults
12
12
 
13
- VERSION = '0.0.0'
13
+ VERSION = '0.0.1'
14
14
 
15
15
  # CONFIG
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cushion_defaults
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Mitchell
@@ -22,7 +22,7 @@ files:
22
22
  - lib/cushion_defaults/class_methods.rb
23
23
  - lib/cushion_defaults/configuration.rb
24
24
  - lib/cushion_defaults/defaults_hash.rb
25
- homepage: http://rubygems.org/gems/cushion_defaults
25
+ homepage: https://github.com/posgarou/cushion_defaults
26
26
  licenses:
27
27
  - MIT
28
28
  metadata: {}