form_helper_css 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ require "form_helper_css/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "form_helper_css"
7
7
  s.version = FormHelperCss::VERSION
8
+ s.license = "MIT"
8
9
  s.authors = ["Philip Hallstrom"]
9
10
  s.email = ["philip at pjkh dot com"]
10
11
  s.homepage = "https://github.com/phallstrom/form_helper_css"
@@ -1,3 +1,3 @@
1
1
  module FormHelperCss
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,5 +1,3 @@
1
- # $Id$
2
-
3
1
  require 'rubygems'
4
2
  require 'test/unit'
5
3
  require 'action_controller'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form_helper_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-18 00:00:00.000000000 Z
12
+ date: 2013-09-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -56,7 +56,8 @@ files:
56
56
  - lib/form_helper_css/version.rb
57
57
  - test/form_helper_css_test.rb
58
58
  homepage: https://github.com/phallstrom/form_helper_css
59
- licenses: []
59
+ licenses:
60
+ - MIT
60
61
  post_install_message:
61
62
  rdoc_options: []
62
63
  require_paths:
@@ -69,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
70
  version: '0'
70
71
  segments:
71
72
  - 0
72
- hash: -2897747996719203896
73
+ hash: -2769590630614853880
73
74
  required_rubygems_version: !ruby/object:Gem::Requirement
74
75
  none: false
75
76
  requirements:
@@ -78,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
79
  version: '0'
79
80
  segments:
80
81
  - 0
81
- hash: -2897747996719203896
82
+ hash: -2769590630614853880
82
83
  requirements: []
83
84
  rubyforge_project: form_helper_css
84
85
  rubygems_version: 1.8.24