ballonizer 0.7.3 → 0.7.4
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/lib/ballonizer.rb +2 -0
- 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: 7c2d6fddd1dc7cc93f4065498178b1eb969108b9
|
|
4
|
+
data.tar.gz: 889dc3115b428d1aef2d5f1754c393bb167f0352
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3257ed2ffc3617d88ed4db7355dd25e1b52ab993780ad594ddf6974fed469fc7bafaf974d04e5f386b6c05a7d41f971544800c24bea0f97928f213ebeabe1f76
|
|
7
|
+
data.tar.gz: e50205ad01a062cb4e41b2a01e52283b9b146c04cac41a4a6b13d6a25592828689559d50ef5265eb2f5d090a785c1413777c8ca9f0e96c01482731bb38be1624
|
data/lib/ballonizer.rb
CHANGED
|
@@ -54,6 +54,8 @@ require 'sprockets'
|
|
|
54
54
|
# The tables names are: images, ballons, ballonized_image_versions,
|
|
55
55
|
# ballonized_image_ballons.
|
|
56
56
|
#
|
|
57
|
+
# This documentation is avaliable also in: http://www.omniref.com/ruby/gems/ballonizer
|
|
58
|
+
#
|
|
57
59
|
# Changelog:
|
|
58
60
|
# v0.7.3
|
|
59
61
|
# * Solve the annoying arrow key problem. Stop the propagation of
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ballonizer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henrique Becker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|