forma 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/forma.gemspec +3 -3
- data/lib/forma/version.rb +1 -1
- metadata +4 -4
data/forma.gemspec
CHANGED
@@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = 'forma'
|
8
8
|
spec.version = Forma::VERSION
|
9
9
|
spec.authors = ['Dimitri Kurashvili']
|
10
|
-
spec.email = ['
|
11
|
-
spec.description = %q{
|
12
|
-
spec.summary = %q{
|
10
|
+
spec.email = ['dimakura@gmail.com']
|
11
|
+
spec.description = %q{rich forms for ruby}
|
12
|
+
spec.summary = %q{rich forms for ruby}
|
13
13
|
spec.homepage = 'http://github.com/dimakura/forma'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
data/lib/forma/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: forma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -123,9 +123,9 @@ dependencies:
|
|
123
123
|
- - ! '>='
|
124
124
|
- !ruby/object:Gem::Version
|
125
125
|
version: '0'
|
126
|
-
description:
|
126
|
+
description: rich forms for ruby
|
127
127
|
email:
|
128
|
-
-
|
128
|
+
- dimakura@gmail.com
|
129
129
|
executables: []
|
130
130
|
extensions: []
|
131
131
|
extra_rdoc_files: []
|
@@ -186,7 +186,7 @@ rubyforge_project:
|
|
186
186
|
rubygems_version: 1.8.24
|
187
187
|
signing_key:
|
188
188
|
specification_version: 3
|
189
|
-
summary:
|
189
|
+
summary: rich forms for ruby
|
190
190
|
test_files:
|
191
191
|
- spec/config_spec.rb
|
192
192
|
- spec/field_spec.rb
|