gisikw-lilypad 0.0.0 → 0.1.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -1,5 +1,5 @@
1
1
  <h1>New <%= class_name %></h1>
2
- <%% form_for @lilypad, :url => {:action => "create"} do |f| %>
2
+ <%% form_for @<%= object_name %>, :url => {:action => "create"} do |f| %>
3
3
  <%%= render :partial => "form", :locals => {:f => f} %>
4
4
  <%%= f.submit %>
5
5
  <%% end %>
data/lilypad.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{lilypad}
8
- s.version = "0.0.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Kevin W. Gisi"]
12
- s.date = %q{2009-08-09}
12
+ s.date = %q{2009-08-10}
13
13
  s.description = %q{TODO: longer description of your gem}
14
14
  s.email = %q{kevin.gisi@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -39,20 +39,19 @@ Gem::Specification.new do |s|
39
39
  "test/lilypad_test.rb",
40
40
  "test/test_helper.rb"
41
41
  ]
42
- s.has_rdoc = true
43
42
  s.homepage = %q{http://github.com/gisikw/lilypad}
44
43
  s.rdoc_options = ["--charset=UTF-8"]
45
44
  s.require_paths = ["lib"]
46
- s.rubygems_version = %q{1.3.1}
45
+ s.rubygems_version = %q{1.3.3}
47
46
  s.summary = %q{TODO: one-line summary of your gem}
48
47
  s.test_files = [
49
- "test/test_helper.rb",
50
- "test/lilypad_test.rb"
48
+ "test/lilypad_test.rb",
49
+ "test/test_helper.rb"
51
50
  ]
52
51
 
53
52
  if s.respond_to? :specification_version then
54
53
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
55
- s.specification_version = 2
54
+ s.specification_version = 3
56
55
 
57
56
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
58
57
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gisikw-lilypad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin W. Gisi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-09 00:00:00 -07:00
12
+ date: 2009-08-10 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -53,7 +53,7 @@ files:
53
53
  - lilypad.gemspec
54
54
  - test/lilypad_test.rb
55
55
  - test/test_helper.rb
56
- has_rdoc: true
56
+ has_rdoc: false
57
57
  homepage: http://github.com/gisikw/lilypad
58
58
  licenses:
59
59
  post_install_message:
@@ -78,8 +78,8 @@ requirements: []
78
78
  rubyforge_project:
79
79
  rubygems_version: 1.3.5
80
80
  signing_key:
81
- specification_version: 2
81
+ specification_version: 3
82
82
  summary: "TODO: one-line summary of your gem"
83
83
  test_files:
84
- - test/test_helper.rb
85
84
  - test/lilypad_test.rb
85
+ - test/test_helper.rb