qwester 0.3.4 → 0.3.5
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 +8 -8
- data/README.rdoc +1 -1
- data/lib/qwester/version.rb +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NjdmOGQyNzg1YWZiNTBkYjg1YTFiYjBjZTUxMGZiMjhmMzY3N2UxZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzFiZmRkZTkxNDc5ZmY5Nzc4MGI3MTM0YzAwOTQ1YzM1OWFhY2U2YQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWM2YTQwMDAzNTViYjdkYTAyZWI1NmU2YmIyNTJlNzY0NjlmZGVhMTNiZWM4
|
|
10
|
+
YmUzZWVjOWY0MTY3ODFiYzk5ZTViOTBkOWQzMzUwZDBmM2Y3MzYxMTU3Y2Zi
|
|
11
|
+
OGE2NjE0OWFhNTk0Njk2OTczNmM0OTEwOGJhOTU4YTIwNzg1YjU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTY5MmViZDhlOGM3NDFhMDZkZGMyYTc0YjA0NWMzZmY5OWFiZWE4N2NiNjA1
|
|
14
|
+
NzNiOTRkZDQzZmU3NDFiMTUwZDBmYWVlY2Y0NTEwNTliZDhmNmIzOGU1ZmQ4
|
|
15
|
+
OWZmOWIwNTA1MTU0NmIxYjU4NmI4M2VmZjhhYWE4ZmRjMzRhY2U=
|
data/README.rdoc
CHANGED
|
@@ -30,7 +30,7 @@ If you only wish to run the qwester migrations use a scope option:
|
|
|
30
30
|
|
|
31
31
|
To mount qwester within your rails application, add this to config/routes.rb:
|
|
32
32
|
|
|
33
|
-
mount Qwester::Engine => "/
|
|
33
|
+
mount Qwester::Engine => "/questionnaires"
|
|
34
34
|
|
|
35
35
|
== Questionnaire
|
|
36
36
|
|
data/lib/qwester/version.rb
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
module Qwester
|
|
2
|
-
VERSION = "0.3.
|
|
2
|
+
VERSION = "0.3.5"
|
|
3
3
|
end
|
|
4
4
|
|
|
5
5
|
# History
|
|
6
6
|
# =======
|
|
7
|
+
# 0.3.5 - Fixes typo in README (yes ... the same one!)
|
|
8
|
+
#
|
|
7
9
|
# 0.3.4 - Fixes typo in test/dummy/config/routes.rb
|
|
8
10
|
#
|
|
9
11
|
# 0.3.3 - Applies labels to checkbox and radio button texts within standard
|