hobo_support 2.2.5 → 2.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/hobo_support.gemspec +1 -1
- data/lib/hobo_support/command.rb +2 -2
- data/lib/hobo_support/common_tasks.rb +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: 4c3b6894414567bf465a5ef6df2ff8e9ed858b11
|
4
|
+
data.tar.gz: 10a524d24799ac4c011f92296a4e2673fd9015f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3231bece650cdb61a67140f55d933864a5ab505befaf94fff689e149ec4f4a54836bc3b429ff5bd79f3e179f201bd327d4ece31c5de0ad2fdeea87efd356bdcd
|
7
|
+
data.tar.gz: e04bc7b200247a936f0fb35d1d8d774479b44c07fe81ea916264bd59ecc01c90a1cfa5e6fea4e692ef704a4a28197c86d448db877809e697a858126a358d1402
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.6
|
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', ["~> 4.2.
|
14
|
+
s.add_runtime_dependency('rails', ["~> 4.2.6"])
|
15
15
|
# s.add_development_dependency('rubydoctest', [">= 0"])
|
16
16
|
|
17
17
|
s.files = `git ls-files -x #{name}/* -z`.split("\0")
|
data/lib/hobo_support/command.rb
CHANGED
@@ -104,14 +104,14 @@ gem 'hobo_clean_admin', :path => '#{dev_root}'
|
|
104
104
|
gem 'hobo_jquery', :path => '#{dev_root}'
|
105
105
|
gem 'hobo_jquery_ui', :path => '#{dev_root}'
|
106
106
|
gem 'protected_attributes'
|
107
|
-
gem 'responders', '
|
107
|
+
gem 'responders', '2.1.0'
|
108
108
|
)
|
109
109
|
end
|
110
110
|
else
|
111
111
|
file.puts %(
|
112
112
|
gem '#{gem}', '= #{version}'
|
113
113
|
gem 'protected_attributes'
|
114
|
-
gem 'responders', '
|
114
|
+
gem 'responders', '2.1.0'
|
115
115
|
)
|
116
116
|
end
|
117
117
|
if is_hobo
|
@@ -26,7 +26,7 @@ namespace :test do
|
|
26
26
|
sh %(echo "gem 'irt', :group => :development" >> Gemfile) # to make the bundler happy
|
27
27
|
sh %(echo "gem 'therubyracer'" >> Gemfile)
|
28
28
|
sh %(echo "gem 'protected_attributes'" >> Gemfile)
|
29
|
-
sh %(echo "gem 'responders', '
|
29
|
+
sh %(echo "gem 'responders', '2.1.0'" >> Gemfile)
|
30
30
|
sh %(bundle install)
|
31
31
|
sh %(echo "" > app/models/.gitignore) # because git reset --hard would rm the dir
|
32
32
|
rm %(.gitignore) # we need to reset everything in a testapp
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Locke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
19
|
+
version: 4.2.6
|
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: 4.2.
|
26
|
+
version: 4.2.6
|
27
27
|
description: Core Ruby extensions from the Hobo project
|
28
28
|
email: tom@tomlocke.com
|
29
29
|
executables: []
|
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
91
91
|
version: 1.3.6
|
92
92
|
requirements: []
|
93
93
|
rubyforge_project: hobo
|
94
|
-
rubygems_version: 2.
|
94
|
+
rubygems_version: 2.4.5.1
|
95
95
|
signing_key:
|
96
96
|
specification_version: 4
|
97
97
|
summary: Core Ruby extensions from the Hobo project
|