make_it_so 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99acc252bdfae2b84de984c360870ec229a270ca
|
4
|
+
data.tar.gz: 17299578ba1456f439ec182748d0ad552b5deef4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d436a0ef81a5cdc5d3c1a93ffb8838f37ac9a05693a96cbce5aec7d7458bfda2f9da773c6611400eba41b9a846e32f85a055a23f4f403ec2326534e67f9cd328
|
7
|
+
data.tar.gz: 2c7e02d7488584e5b8f6cd00ceddc112d18d7062278f5df26742a61700c3dca8e7e681f7836914c398605655961cc03ecde641aaad8829aeffc013e790f94d5c
|
data/lib/make_it_so/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: make_it_so
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Pickett
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -197,6 +197,7 @@ files:
|
|
197
197
|
- templates/rails/spec/features/user_signs_up_spec.rb
|
198
198
|
- templates/rails/spec/javascript/exampleTest.js
|
199
199
|
- templates/rails/spec/javascript/testHelper.js
|
200
|
+
- templates/rails/spec/support/devise_controller_spec.rb
|
200
201
|
- templates/rails/spec/support/factory_bot.rb
|
201
202
|
- templates/rails/spec/support/valid_attribute.rb
|
202
203
|
- templates/sinatra/.gitignore
|