acts_as_hasselhoff 0.0.1 → 0.0.2
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/README.md +4 -3
- data/acts_as_hasselhoff.gemspec +1 -1
- data/lib/acts_as_hasselhoff/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85448adfe455c8b19dd6ef157cb6db51f3580974
|
|
4
|
+
data.tar.gz: 4c316e8c6b6431277bd1a44949d8fca82667fe6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16ec3cbefa1b993399215b59a41e8a63354c0b99ef4617a290ce585d6acbf4deeec57488596000569c13e15b750ff26b80fb7c80d1213b33d2fb4a0f5e24d22b
|
|
7
|
+
data.tar.gz: 37b7d58c6172e59390b2ed4231303d2fced217ef6e582d154b1fed62aaaba4b0693da430b6e8d9dd5bb36f0cb6ece12a420972adc0836623b474596cbe5a0967
|
data/README.md
CHANGED
|
@@ -34,12 +34,13 @@ end
|
|
|
34
34
|
|
|
35
35
|
Now go save a `Post`.
|
|
36
36
|
|
|
37
|
-
## Demo
|
|
38
|
-
|
|
37
|
+
## Video Demo
|
|
38
|
+
|
|
39
|
+
[](https://www.youtube.com/watch?v=3CqkboyShKY&vq=hd1080)
|
|
39
40
|
|
|
40
41
|
## The Truth
|
|
41
|
-
The hoff idea was stolen from [James Adam](http://lazyatom.com/)'s original [acts_as_hasselhoff plugin](https://github.com/lazyatom/acts_as_hasselhoff). I felt the burning need to make it work with Rails 4 and above so here it is.
|
|
42
42
|
|
|
43
|
+
The hoff idea was stolen from [James Adam](http://lazyatom.com/)'s original [acts_as_hasselhoff plugin](https://github.com/lazyatom/acts_as_hasselhoff). I felt the burning need to make it work with Rails 4 and above so here it is.
|
|
43
44
|
|
|
44
45
|
## Contributing
|
|
45
46
|
|
data/acts_as_hasselhoff.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['James Adam', 'Mario Zigliotto']
|
|
10
10
|
spec.email = ['mariozig@gmail.com']
|
|
11
11
|
spec.homepage = 'https://github.com/mariozig/acts_as_hasselhoff/'
|
|
12
|
-
spec.summary = 'You know it. You love it. Still on
|
|
12
|
+
spec.summary = 'You know it. You love it. Still on GitHub. As dumb as ever.'
|
|
13
13
|
spec.description = 'Injects Hoff-based magic into your Rails application.'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acts_as_hasselhoff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Adam
|
|
@@ -75,6 +75,6 @@ rubyforge_project:
|
|
|
75
75
|
rubygems_version: 2.4.3
|
|
76
76
|
signing_key:
|
|
77
77
|
specification_version: 4
|
|
78
|
-
summary: You know it. You love it. Still on
|
|
78
|
+
summary: You know it. You love it. Still on GitHub. As dumb as ever.
|
|
79
79
|
test_files: []
|
|
80
80
|
has_rdoc:
|