active_scaffold_generator 0.1.0 → 0.1.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.1.0
1
+ 0.1.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{active_scaffold_generator}
8
- s.version = "0.1.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 = ["Tyler Rick"]
@@ -24,10 +24,10 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "active_scaffold_generator.gemspec",
27
+ "generators/active_scaffold/USAGE",
28
+ "generators/active_scaffold/active_scaffold_generator.rb",
29
+ "generators/active_scaffold/templates/active_scaffold_controller.rb",
27
30
  "lib/active_scaffold_generator.rb",
28
- "lib/generators/active_scaffold/USAGE",
29
- "lib/generators/active_scaffold/active_scaffold_generator.rb",
30
- "lib/generators/active_scaffold/templates/active_scaffold_controller.rb",
31
31
  "test/helper.rb",
32
32
  "test/test_active_scaffold_generator.rb"
33
33
  ]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler Rick
@@ -47,10 +47,10 @@ files:
47
47
  - Rakefile
48
48
  - VERSION
49
49
  - active_scaffold_generator.gemspec
50
+ - generators/active_scaffold/USAGE
51
+ - generators/active_scaffold/active_scaffold_generator.rb
52
+ - generators/active_scaffold/templates/active_scaffold_controller.rb
50
53
  - lib/active_scaffold_generator.rb
51
- - lib/generators/active_scaffold/USAGE
52
- - lib/generators/active_scaffold/active_scaffold_generator.rb
53
- - lib/generators/active_scaffold/templates/active_scaffold_controller.rb
54
54
  - test/helper.rb
55
55
  - test/test_active_scaffold_generator.rb
56
56
  has_rdoc: true