copycopter_client 1.0.0.beta11 → 1.0.0

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 (2) hide show
  1. data/lib/copycopter_client/version.rb +1 -1
  2. metadata +8 -11
@@ -1,6 +1,6 @@
1
1
  module CopycopterClient
2
2
  # Client version
3
- VERSION = "1.0.0.beta11"
3
+ VERSION = "1.0.0"
4
4
 
5
5
  # API version being used to communicate with the server
6
6
  API_VERSION = "2.0"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: copycopter_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 180128175
5
- prerelease: true
4
+ hash: 23
5
+ prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
- - beta11
11
- version: 1.0.0.beta11
10
+ version: 1.0.0
12
11
  platform: ruby
13
12
  authors:
14
13
  - thoughtbot
@@ -16,7 +15,7 @@ autorequire:
16
15
  bindir: bin
17
16
  cert_chain: []
18
17
 
19
- date: 2011-01-31 00:00:00 -05:00
18
+ date: 2011-02-01 00:00:00 -05:00
20
19
  default_executable:
21
20
  dependencies:
22
21
  - !ruby/object:Gem::Dependency
@@ -117,14 +116,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
116
  required_rubygems_version: !ruby/object:Gem::Requirement
118
117
  none: false
119
118
  requirements:
120
- - - ">"
119
+ - - ">="
121
120
  - !ruby/object:Gem::Version
122
- hash: 25
121
+ hash: 3
123
122
  segments:
124
- - 1
125
- - 3
126
- - 1
127
- version: 1.3.1
123
+ - 0
124
+ version: "0"
128
125
  requirements: []
129
126
 
130
127
  rubyforge_project: copycopter_client