questionable_surveys 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa6ab020af00a312611e7572f86b1c51cd14b296
4
- data.tar.gz: a4340042dffbbff69bfaab90a21a5ead6063c494
3
+ metadata.gz: 372308d3248a9ac9c3c7cab9778e428c8714e276
4
+ data.tar.gz: 511483bc3aabebc8b8ddbcb78f67b0aa56aa626d
5
5
  SHA512:
6
- metadata.gz: 53d8bf1d78c7eee444a08f723ae40de80c2f2a33de36db3fc5d4ca6564d04d5a7c307ac19dbf620940ce2034d87fa9f19e13121110fa56446379ca1be1ded400
7
- data.tar.gz: 3798c438d97c2222d44882135ec5754321e886b6571d6d038db8d809c2697b57dc1f08aade00f8bf79b4334c628bb558066be20e661ddc44f7774e5fd9c850b5
6
+ metadata.gz: 67f6e4a5c56b185b73a1b6f7474e8da43d4a8b1aed26137232566e0162b8917b519e379acadbce3e04868b35cca4e08f8a759954986baaf4828d54b9ea2a5671
7
+ data.tar.gz: 70545b02136f4e284d691b51f17ab4fe838a71ab1e95047e6bf4665319cc3ba0f5b9e6b9795e8703c7ff5cb8650f30285afde3d04dc68336bcb0669ac6ca5ca3
@@ -1,5 +1,5 @@
1
1
  module Questionable
2
- #class ApplicationController < ActionController::Base
3
- class ApplicationController < ::ApplicationController
2
+ # Inherit from ActionController::Base so that we avoid running unwanted before_ and after_ hooks
3
+ class ApplicationController < ActionController::Base
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module Questionable
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: questionable_surveys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Urban
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-30 00:00:00.000000000 Z
11
+ date: 2013-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -152,7 +152,8 @@ files:
152
152
  - Rakefile
153
153
  - README.rdoc
154
154
  homepage: https://github.com/bespokepost/questionable
155
- licenses: []
155
+ licenses:
156
+ - MIT
156
157
  metadata: {}
157
158
  post_install_message:
158
159
  rdoc_options: []
@@ -170,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
171
  version: '0'
171
172
  requirements: []
172
173
  rubyforge_project:
173
- rubygems_version: 2.0.6
174
+ rubygems_version: 2.1.10
174
175
  signing_key:
175
176
  specification_version: 4
176
177
  summary: Rails engine that programatically generates surveys.