hobo_support 2.2.0 → 2.2.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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/hobo_support.gemspec +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf74a2faf958fdcef2cc4b52eaf91cece4a5ec96
|
|
4
|
+
data.tar.gz: 883d47cb971b169ae919580181f8b5f9dd4b3588
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cc674d1cd6c0fc589d54ef75dfa2fc0a979024557ca76dc97b53455b6f07c4ca1553b54e1e7a3fa066672d9b20bf99d1ace2f7f053f5135891ab6760008ffc7
|
|
7
|
+
data.tar.gz: 5315a3c2317fc5875167ce5c22c9a7ce535ae040afdb603461d0ed9480867869e1c90877233f35713d7763b970341dffa4828a681b777cbffe5b095ba89d5fa5
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.1
|
data/hobo_support.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
|
11
11
|
s.summary = 'Core Ruby extensions from the Hobo project'
|
|
12
12
|
s.description = 'Core Ruby extensions from the Hobo project'
|
|
13
13
|
|
|
14
|
-
s.add_runtime_dependency('rails')
|
|
14
|
+
s.add_runtime_dependency('rails', ["~> 4.2.4"])
|
|
15
15
|
# s.add_development_dependency('rubydoctest', [">= 0"])
|
|
16
16
|
|
|
17
17
|
s.files = `git ls-files -x #{name}/* -z`.split("\0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hobo_support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tom Locke
|
|
@@ -14,16 +14,16 @@ dependencies:
|
|
|
14
14
|
name: rails
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 4.2.4
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: 4.2.4
|
|
27
27
|
description: Core Ruby extensions from the Hobo project
|
|
28
28
|
email: tom@tomlocke.com
|
|
29
29
|
executables: []
|