PeterCoulton-rotten-generators 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.1
@@ -1,4 +1,33 @@
1
1
  class <%= class_name %>Controller < ApplicationController
2
+
3
+ # index
4
+ # GET /articles
5
+ # GET /articles.xml
6
+ #
7
+ # show
8
+ # GET /articles/1
9
+ # GET /articles/1.xml
10
+ #
11
+ # new
12
+ # GET /articles/new
13
+ # GET /articles/new.xml
14
+ #
15
+ # edit
16
+ # GET /articles/1/edit
17
+ #
18
+ # create
19
+ # POST /articles
20
+ # POST /articles.xml
21
+ #
22
+ # put
23
+ # PUT /articles/1
24
+ # PUT /articles/1.xml
25
+ #
26
+ # delete
27
+ # DELETE /articles/1
28
+ # DELETE /articles/1.xml
29
+
30
+
2
31
  <% for action in actions -%>
3
32
  def <%= action %>
4
33
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rotten-generators}
5
- s.version = "0.5.0"
5
+ s.version = "0.5.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Peter Coulton"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PeterCoulton-rotten-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Coulton