acts_as_hasselhoff 0.0.1 → 0.0.2

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: 2e1748a26d4ad7eddc42ed69e040b8f117e55db7
4
- data.tar.gz: 506b94d60d1ba08273c83d63031067402c7b5b11
3
+ metadata.gz: 85448adfe455c8b19dd6ef157cb6db51f3580974
4
+ data.tar.gz: 4c316e8c6b6431277bd1a44949d8fca82667fe6f
5
5
  SHA512:
6
- metadata.gz: 4d1caa6ed6b68b138dc1c4425eb026325c0360d6fdc32b42ac5628b33b2eb052755e0ebab7a7a0e4e2a7b6e23e8ac5e61ac30f35284dc2ae9c5c5c277fd54e57
7
- data.tar.gz: d6e65431c08d6d6de66a85767f099a160de0a0d19de07cea691af61b8fb320acc3a43d7aa29cfeaa7871de9216720950c0aabf1924e98d8c2cb7ce08b8985d46
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
- Coming soon...
37
+ ## Video Demo
38
+
39
+ [![See It In Action!](http://img.youtube.com/vi/3CqkboyShKY/0.jpg)](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
 
@@ -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 Github. As dumb as ever.'
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
 
@@ -1,3 +1,3 @@
1
1
  module ActsAsHasselhoff
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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 Github. As dumb as ever.
78
+ summary: You know it. You love it. Still on GitHub. As dumb as ever.
79
79
  test_files: []
80
80
  has_rdoc: