zeus 0.12.0.pre2 → 0.12.0

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.
Binary file
data/build/zeus-linux-386 CHANGED
Binary file
Binary file
data/lib/zeus/rails.rb CHANGED
@@ -74,7 +74,7 @@ module Zeus
74
74
  rails_components = File.read(APP_PATH + ".rb").
75
75
  scan(/^\s*require\s*['"](.*railtie.*|rails\/all)['"]/).flatten
76
76
 
77
- rails_components == ["rails/all"] if rails_components == []
77
+ rails_components = ["rails/all"] if rails_components == []
78
78
  rails_components.each do |component|
79
79
  require component
80
80
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0.pre2
5
- prerelease: 7
4
+ version: 0.12.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Burke Libbey
@@ -78,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  none: false
80
80
  requirements:
81
- - - ! '>'
81
+ - - ! '>='
82
82
  - !ruby/object:Gem::Version
83
- version: 1.3.1
83
+ version: '0'
84
84
  requirements: []
85
85
  rubyforge_project:
86
86
  rubygems_version: 1.8.23