rturk 2.5.0 → 2.5.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.
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ 2.5.2
2
+ -----
3
+ * Update to 2.5.2 with correct publish date. Sorry about the mixup here.
4
+
1
5
  2.5.0
2
6
  -----
3
7
  * Updated endpoints to HTTPS. This change could break some installations behind firewalls, so
data/lib/rturk/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RTurk
2
- VERSION = "2.5.0"
2
+ VERSION = "2.5.2"
3
3
  end
data/rturk.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.summary = "Mechanical Turk API Wrapper"
10
10
 
11
11
  s.authors = ["Mark Percival", "Zach Hale", "David Balatero", "Rob Hanlon"]
12
- s.date = "2011-06-03"
12
+ s.date = "2011-11-20"
13
13
  s.email = "mark@mpercival.com"
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rturk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
- - 0
10
- version: 2.5.0
9
+ - 2
10
+ version: 2.5.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mark Percival
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2011-06-03 00:00:00 -04:00
21
+ date: 2011-11-20 00:00:00 -08:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency