jquery_mb_extruder 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/jquery_mb_extruder.gemspec +1 -1
- data/lib/jquery_mb_extruder/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1bfc1bad232b0c95099084767661d06f2ae6b426
|
|
4
|
+
data.tar.gz: 1a537717eeb58f7b5be7b68b5f864a9e75f96af3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 093eb15ea11d22f92c465e52772ee227a782f09bbe98b466596f4fa637a8eaaa7d8d193c62522a89fce994bed284eb37b5ef4eafa227d9822b7750b21254b9f1
|
|
7
|
+
data.tar.gz: 62ef165a823d64d84c1f460dee5995348fabea153f9b9ff83413cd67172bde1e61d5428987728550c9ae9bba6054e17c6519887acb67c91722eae6adfd56d4a4
|
data/jquery_mb_extruder.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Taylor Mitchell"]
|
|
10
10
|
spec.email = ["scy0846@gmail.com"]
|
|
11
11
|
spec.summary = %q{JQuery MB Extruder Framework for Rails.}
|
|
12
|
-
spec.description = %q{You can find more details on how to use this at http://pupunzi.com/#mb.components/mb.extruder/extruder.html. While this gem is
|
|
12
|
+
spec.description = %q{You can find more details on how to use this at http://pupunzi.com/#mb.components/mb.extruder/extruder.html. While this gem is my creation, I did not create the jquery.mb.extruder framework.}
|
|
13
13
|
spec.homepage = "https://github.com/scy0846/jquery_mb_extruder"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery_mb_extruder
|
|
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
|
- Taylor Mitchell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jquery-rails
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: You can find more details on how to use this at http://pupunzi.com/#mb.components/mb.extruder/extruder.html.
|
|
56
|
-
While this gem is
|
|
56
|
+
While this gem is my creation, I did not create the jquery.mb.extruder framework.
|
|
57
57
|
email:
|
|
58
58
|
- scy0846@gmail.com
|
|
59
59
|
executables: []
|