surveyor 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.19.
|
1
|
+
0.19.1
|
data/surveyor.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{surveyor}
|
8
|
-
s.version = "0.19.
|
8
|
+
s.version = "0.19.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Brian Chamberlain", "Mark Yoon"]
|
12
|
-
s.date = %q{2011-
|
12
|
+
s.date = %q{2011-02-02}
|
13
13
|
s.email = %q{yoon@northwestern.edu}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.md"
|
@@ -149,7 +149,7 @@ Gem::Specification.new do |s|
|
|
149
149
|
s.homepage = %q{http://github.com/breakpointer/surveyor}
|
150
150
|
s.rdoc_options = ["--charset=UTF-8"]
|
151
151
|
s.require_paths = ["lib"]
|
152
|
-
s.rubygems_version = %q{1.
|
152
|
+
s.rubygems_version = %q{1.4.2}
|
153
153
|
s.summary = %q{A rails (gem) plugin to enable surveys in your application}
|
154
154
|
s.test_files = [
|
155
155
|
"spec/controllers/surveyor_controller_spec.rb",
|
@@ -174,7 +174,6 @@ Gem::Specification.new do |s|
|
|
174
174
|
]
|
175
175
|
|
176
176
|
if s.respond_to? :specification_version then
|
177
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
178
177
|
s.specification_version = 3
|
179
178
|
|
180
179
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: surveyor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 81
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 19
|
9
|
-
-
|
10
|
-
version: 0.19.
|
9
|
+
- 1
|
10
|
+
version: 0.19.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Brian Chamberlain
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-
|
19
|
+
date: 2011-02-02 00:00:00 -06:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
244
|
requirements: []
|
245
245
|
|
246
246
|
rubyforge_project:
|
247
|
-
rubygems_version: 1.
|
247
|
+
rubygems_version: 1.4.2
|
248
248
|
signing_key:
|
249
249
|
specification_version: 3
|
250
250
|
summary: A rails (gem) plugin to enable surveys in your application
|