neorails-view_fu 0.9 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,5 +4,10 @@ module ViewFu
4
4
  def helpers
5
5
  self.class.helpers
6
6
  end
7
+
8
+ # checks to see if app is in production mode
9
+ def production?
10
+ Rails.env == "production"
11
+ end
7
12
  end
8
13
  end
data/view_fu.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'view_fu'
3
- s.version = '0.9'
3
+ s.version = '0.9.1'
4
4
  s.date = '2008-08-10'
5
5
 
6
6
  s.summary = "Lots of handy Rails View helpers. Includes the functionality of Headliner, Styler, and Javascripter"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neorails-view_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.9"
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Crocker