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.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.rdoc +1 -1
  3. data/lib/qwester/version.rb +3 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGFjNTBlYWYwOTNiM2U0YWZiMDM0MzM3MjNhYWFmMDAwOTQ4OTRlNA==
4
+ NjdmOGQyNzg1YWZiNTBkYjg1YTFiYjBjZTUxMGZiMjhmMzY3N2UxZg==
5
5
  data.tar.gz: !binary |-
6
- Nzk5ZTUwNWQ3YTg5ZDA2ZjY2MGY4YTg1ZmM4NGY0MWMxZWY0ZmQ2NQ==
6
+ MzFiZmRkZTkxNDc5ZmY5Nzc4MGI3MTM0YzAwOTQ1YzM1OWFhY2U2YQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YWEzZTBmZDM1MTdhNTAxZDkyZGUyMjQwOWJiY2YwODQ0MjgzMThjOTk5MDQ0
10
- ZDcwYmQxODg4MjUwMGE4YTcwMjJiY2Y2NjA5NmZlZGY0ODFmNTA3Y2RkNDdi
11
- NzBmZGY4MjVhOTAwMTY5YTBiZTk3ZDZiZjRhOGQyMGRjNzcyOGE=
9
+ OWM2YTQwMDAzNTViYjdkYTAyZWI1NmU2YmIyNTJlNzY0NjlmZGVhMTNiZWM4
10
+ YmUzZWVjOWY0MTY3ODFiYzk5ZTViOTBkOWQzMzUwZDBmM2Y3MzYxMTU3Y2Zi
11
+ OGE2NjE0OWFhNTk0Njk2OTczNmM0OTEwOGJhOTU4YTIwNzg1YjU=
12
12
  data.tar.gz: !binary |-
13
- NjFkM2FhOTkzNDc5NzZlZDJjM2FhOWU2M2ZiMjQ4NmIyZWM3ZmZkODJmN2Y2
14
- MmY5YzY3YjM0NTdmZmFjYjhlY2YxZTQxOTUwNWUyYWIyYzQ1NmZkYTFmMGJl
15
- YTI1OWVlMDYxNjY0MjYzZDZhZTBiMTBiODZjNzZmZTE3ZTNmMzg=
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 => "/questionnires"
33
+ mount Qwester::Engine => "/questionnaires"
34
34
 
35
35
  == Questionnaire
36
36
 
@@ -1,9 +1,11 @@
1
1
  module Qwester
2
- VERSION = "0.3.4"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qwester
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Nichols