schofield 0.0.1 → 0.0.2

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.0.1
1
+ 0.0.2
File without changes
data/schofield.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{schofield}
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Marc Tauber"]
@@ -40,11 +40,11 @@ Gem::Specification.new do |s|
40
40
  "generators/schofield_controller/templates/unnested/show.rb",
41
41
  "generators/schofield_controller/templates/view_spec.rb",
42
42
  "lib/schofield.rb",
43
+ "lib/tasks/schofield.rake",
43
44
  "schofield.gemspec",
44
45
  "spec/schofield_spec.rb",
45
46
  "spec/spec.opts",
46
- "spec/spec_helper.rb",
47
- "tasks/schofield.rake"
47
+ "spec/spec_helper.rb"
48
48
  ]
49
49
  s.homepage = %q{http://github.com/sauberia/schofield}
50
50
  s.rdoc_options = ["--charset=UTF-8"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schofield
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Tauber
@@ -65,11 +65,11 @@ files:
65
65
  - generators/schofield_controller/templates/unnested/show.rb
66
66
  - generators/schofield_controller/templates/view_spec.rb
67
67
  - lib/schofield.rb
68
+ - lib/tasks/schofield.rake
68
69
  - schofield.gemspec
69
70
  - spec/schofield_spec.rb
70
71
  - spec/spec.opts
71
72
  - spec/spec_helper.rb
72
- - tasks/schofield.rake
73
73
  has_rdoc: true
74
74
  homepage: http://github.com/sauberia/schofield
75
75
  licenses: []