attr_default 0.8.0.pre.3 → 0.8.0.pre.4

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: 1aa15934d9e5f007f1917e2836c388859aa380d334e73f6c8bb902aa641aa3d6
4
- data.tar.gz: 6419b61f622e20dafbd5c0dc1f0b2fae1d9ad85d0b1bde0135faaa99c52ca4fe
3
+ metadata.gz: 5a3903992f4385f675ab914977d7d9691d6b291f9f10c236ac2a43c1e49bc98f
4
+ data.tar.gz: dd13636ed71998f4c3693db198055018fd3511b633d03acf7e484bc9bf5a0787
5
5
  SHA512:
6
- metadata.gz: f6ef0d12b22ee2478a0f1ea7f15de590e05c34d0ea207e163505f2088f7c5b7322fc04cc48d1c1e9b364d0b90cd376416715967c0d798cd3a48209e81a4c1e3f
7
- data.tar.gz: 130227fca7eb678692bdcb628f196524668fcde1cbfa661cfd554403f5c08daf16620231505196b7da9631ac0c86427b966cbe28fd1a250db2c614546ad0e582
6
+ metadata.gz: 67564264e3b126c3732df8432ade1b0e77ffa2fa0e24e44d1a13d9ab1011e1b33f1970523f280b9ab9581987327240e910451157239bceadf0299e7ad5757c17
7
+ data.tar.gz: fb2cdf771e3afbae63f92acf7226024e980f21d6d4557b4d6311961509f8be7330b8662f31065196ff2730e898282c1ce0007bc07675e83b5c5844adf03fe65f
data/Gemfile CHANGED
@@ -5,8 +5,6 @@ source 'https://rubygems.org'
5
5
  gemspec
6
6
 
7
7
  group :development do
8
- gem 'activesupport', '~>4'
9
- gem 'hobofields', '0.9.103'
10
8
  gem 'pry'
11
9
  gem 'rake', '~>0.9'
12
10
  gem 'sqlite3'
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- attr_default (0.8.0.pre.3)
4
+ attr_default (0.8.0.pre.4)
5
5
  hobofields (~> 0.9)
6
6
  rails (~> 4.2)
7
7
 
@@ -51,10 +51,10 @@ GEM
51
51
  erubis (2.7.0)
52
52
  globalid (0.4.2)
53
53
  activesupport (>= 4.2.0)
54
- hobofields (0.9.103)
55
- hobosupport (= 0.9.103)
54
+ hobofields (0.9.106)
55
+ hobosupport (= 0.9.106)
56
56
  rails (>= 2.2.2)
57
- hobosupport (0.9.103)
57
+ hobosupport (0.9.106)
58
58
  i18n (0.9.5)
59
59
  concurrent-ruby (~> 1.0)
60
60
  loofah (2.4.0)
@@ -124,9 +124,7 @@ PLATFORMS
124
124
  ruby
125
125
 
126
126
  DEPENDENCIES
127
- activesupport (~> 4)
128
127
  attr_default!
129
- hobofields (= 0.9.103)
130
128
  minitest
131
129
  minitest-reporters
132
130
  pry
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AttrDefault
4
- VERSION = '0.8.0.pre.3'
4
+ VERSION = '0.8.0.pre.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attr_default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0.pre.3
4
+ version: 0.8.0.pre.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca development