husky 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/install_generator.rb +0 -1
- data/lib/husky/version.rb +1 -1
- metadata +4 -6
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d94ce2c463a36ecc251dc9e8a16737f3c98f766
|
4
|
+
data.tar.gz: 77bfb98cf841f7e0d36147226883f11089695a99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 488b597a4436f84083fdc3fa114021fa7ae7747c9eee60640a4efaf978841643a6710a6d1400101ac3f55e1ab87e9a602d8fdc1aaf96871d9d1bed96aa50f3da
|
7
|
+
data.tar.gz: 9b6fc095b92d72d6f80024750590e5e97c28682689f094bd9fca30bedc7833a1a18c8650325e3b4199b27678303e55f60680ac908b7463fce0c20f88b2101552
|
data/lib/husky/version.rb
CHANGED
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: husky
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stephen Fiser
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '4.0'
|
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
26
|
version: '4.0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -136,7 +136,6 @@ files:
|
|
136
136
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
137
137
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/rCJuFBH8Fov8dpwePE7ii_GkEiWZmYCXPNwE7hXfDHk.cache
|
138
138
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/s_EnWD5m6LCrz5h5n5JvgDrju2NSa-v2JM93NSvIf2I.cache
|
139
|
-
- test/dummy/tmp/pids/server.pid
|
140
139
|
- test/husky_test.rb
|
141
140
|
- test/integration/controller_to_responder_test.rb
|
142
141
|
- test/test_helper.rb
|
@@ -230,7 +229,6 @@ test_files:
|
|
230
229
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/pEhaat2KBd5SrT7szC_8R1_6hK17FTpvoRFkmCRSD3M.cache
|
231
230
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/rCJuFBH8Fov8dpwePE7ii_GkEiWZmYCXPNwE7hXfDHk.cache
|
232
231
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/s_EnWD5m6LCrz5h5n5JvgDrju2NSa-v2JM93NSvIf2I.cache
|
233
|
-
- test/dummy/tmp/pids/server.pid
|
234
232
|
- test/husky_test.rb
|
235
233
|
- test/integration/controller_to_responder_test.rb
|
236
234
|
- test/test_helper.rb
|
@@ -1 +0,0 @@
|
|
1
|
-
52283
|