questionable_surveys 0.3.1 → 0.3.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 372308d3248a9ac9c3c7cab9778e428c8714e276
|
|
4
|
+
data.tar.gz: 511483bc3aabebc8b8ddbcb78f67b0aa56aa626d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67f6e4a5c56b185b73a1b6f7474e8da43d4a8b1aed26137232566e0162b8917b519e379acadbce3e04868b35cca4e08f8a759954986baaf4828d54b9ea2a5671
|
|
7
|
+
data.tar.gz: 70545b02136f4e284d691b51f17ab4fe838a71ab1e95047e6bf4665319cc3ba0f5b9e6b9795e8703c7ff5cb8650f30285afde3d04dc68336bcb0669ac6ca5ca3
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module Questionable
|
|
2
|
-
#
|
|
3
|
-
class 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
|
data/lib/questionable/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
174
|
+
rubygems_version: 2.1.10
|
|
174
175
|
signing_key:
|
|
175
176
|
specification_version: 4
|
|
176
177
|
summary: Rails engine that programatically generates surveys.
|