forma 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/forma.gemspec +3 -3
  2. data/lib/forma/version.rb +1 -1
  3. 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 = ['dimitri@c12.ge']
11
- spec.description = %q{killer forms for ruby}
12
- spec.summary = %q{highly informative and flexible forms with ruby}
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
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Forma
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
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.0
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: killer forms for ruby
126
+ description: rich forms for ruby
127
127
  email:
128
- - dimitri@c12.ge
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: highly informative and flexible forms with ruby
189
+ summary: rich forms for ruby
190
190
  test_files:
191
191
  - spec/config_spec.rb
192
192
  - spec/field_spec.rb