cielo_assets 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.
- data/lib/cielo_assets/version.rb +1 -1
- metadata +7 -11
data/lib/cielo_assets/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cielo_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,14 +27,10 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 3.2.11
|
|
30
|
-
description: ! "\n
|
|
31
|
-
|
|
32
|
-
selection
|
|
33
|
-
\
|
|
34
|
-
\ to include Cielo inputs in their forms.\n * A test/dummy application, that
|
|
35
|
-
can be run with ``` rails s ``` to test this plugin\n * A sample view, that can
|
|
36
|
-
be accessed at ``` http://localhost:3000/cielo_assets ```,\n with two basic arragement
|
|
37
|
-
styles for Cielo controls (horizontal and vertical).\n "
|
|
30
|
+
description: ! "\n Provides basic assets for Cielo form inputs, such as credit
|
|
31
|
+
card flag icons;\n a helper method that generate inputs and labels for credit
|
|
32
|
+
card selection;\n and sass styles that makes flag icons behave as radio buttons.\n
|
|
33
|
+
\ "
|
|
38
34
|
email:
|
|
39
35
|
- fabio@miranti.net.br
|
|
40
36
|
executables: []
|
|
@@ -157,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
157
153
|
version: '0'
|
|
158
154
|
segments:
|
|
159
155
|
- 0
|
|
160
|
-
hash:
|
|
156
|
+
hash: 2186604385222876569
|
|
161
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
158
|
none: false
|
|
163
159
|
requirements:
|
|
@@ -166,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
166
162
|
version: '0'
|
|
167
163
|
segments:
|
|
168
164
|
- 0
|
|
169
|
-
hash:
|
|
165
|
+
hash: 2186604385222876569
|
|
170
166
|
requirements: []
|
|
171
167
|
rubyforge_project:
|
|
172
168
|
rubygems_version: 1.8.23
|