muck-engine 0.1.22 → 0.1.23

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.1.22
1
+ 0.1.23
@@ -63,17 +63,6 @@ module ActionController
63
63
  else
64
64
  nil
65
65
  end
66
- end
67
-
68
- # **********************************************
69
- # SSL method
70
- # only require ssl if we are in production
71
- def ssl_required?
72
- return false unless GlobalConfig.enable_ssl
73
- return ENV['SSL'] == 'on' ? true : false if defined? ENV['SSL']
74
- return false if local_request?
75
- return false if RAILS_ENV == 'test'
76
- ((self.class.read_inheritable_attribute(:ssl_required_actions) || []).include?(action_name.to_sym)) && (RAILS_ENV == 'production' || RAILS_ENV == 'staging')
77
66
  end
78
67
 
79
68
  # **********************************************
data/muck-engine.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{muck-engine}
5
- s.version = "0.1.22"
5
+ s.version = "0.1.23"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Justin Ball"]
9
- s.date = %q{2009-07-27}
9
+ s.date = %q{2009-07-28}
10
10
  s.description = %q{The base engine for the muck system. Contains common tables, custom for, css and javascript.}
11
11
  s.email = %q{justinball@gmail.com}
12
12
  s.extra_rdoc_files = [
@@ -197,7 +197,18 @@ Gem::Specification.new do |s|
197
197
  "public/images/fancybox/fancy_title_right.png",
198
198
  "public/images/icons/accept.png",
199
199
  "public/images/icons/add.png",
200
+ "public/images/icons/blue_guy.png",
201
+ "public/images/icons/cancel.png",
200
202
  "public/images/icons/delete.png",
203
+ "public/images/icons/exclaim.png",
204
+ "public/images/icons/grey_guy.png",
205
+ "public/images/icons/information.png",
206
+ "public/images/icons/minus.png",
207
+ "public/images/icons/question.png",
208
+ "public/images/icons/star.png",
209
+ "public/images/icons/stop.png",
210
+ "public/images/icons/thumb_down.png",
211
+ "public/images/icons/thumb_up.png",
201
212
  "public/images/icons/vote.png",
202
213
  "public/images/loading.gif",
203
214
  "public/images/spinner.gif",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Ball
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-27 00:00:00 -06:00
12
+ date: 2009-07-28 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -137,7 +137,18 @@ files:
137
137
  - public/images/fancybox/fancy_title_right.png
138
138
  - public/images/icons/accept.png
139
139
  - public/images/icons/add.png
140
+ - public/images/icons/blue_guy.png
141
+ - public/images/icons/cancel.png
140
142
  - public/images/icons/delete.png
143
+ - public/images/icons/exclaim.png
144
+ - public/images/icons/grey_guy.png
145
+ - public/images/icons/information.png
146
+ - public/images/icons/minus.png
147
+ - public/images/icons/question.png
148
+ - public/images/icons/star.png
149
+ - public/images/icons/stop.png
150
+ - public/images/icons/thumb_down.png
151
+ - public/images/icons/thumb_up.png
141
152
  - public/images/icons/vote.png
142
153
  - public/images/loading.gif
143
154
  - public/images/spinner.gif