carrot 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/carrot.gemspec +8 -9
  3. metadata +10 -22
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 1
3
- :minor: 0
3
+ :minor: 1
4
4
  :patch: 0
5
5
  :build: !!null
data/carrot.gemspec CHANGED
@@ -4,14 +4,14 @@
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{carrot}
8
- s.version = "1.0.0"
7
+ s.name = "carrot"
8
+ s.version = "1.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Amos Elliston"]
12
- s.date = %q{2011-08-03}
13
- s.description = %q{A synchronous version of the ruby amqp client}
14
- s.email = %q{amos@geni.com}
12
+ s.date = "2011-10-07"
13
+ s.description = "A synchronous version of the ruby amqp client"
14
+ s.email = "amos@geni.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
17
  "README.markdown"
@@ -42,13 +42,12 @@ Gem::Specification.new do |s|
42
42
  "test/protocol_test.rb",
43
43
  "test/test_helper.rb"
44
44
  ]
45
- s.homepage = %q{http://github.com/famoseagle/carrot}
45
+ s.homepage = "http://github.com/famoseagle/carrot"
46
46
  s.require_paths = ["lib"]
47
- s.rubygems_version = %q{1.3.7}
48
- s.summary = %q{A synchronous version of the ruby amqp client}
47
+ s.rubygems_version = "1.8.11"
48
+ s.summary = "A synchronous version of the ruby amqp client"
49
49
 
50
50
  if s.respond_to? :specification_version then
51
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
51
  s.specification_version = 3
53
52
 
54
53
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
metadata CHANGED
@@ -1,34 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carrot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
5
- segments:
6
- - 1
7
- - 0
8
- - 0
9
- prerelease: false
4
+ version: 1.1.0
5
+ prerelease:
10
6
  platform: ruby
11
7
  authors:
12
8
  - Amos Elliston
13
- autorequire: !!null
9
+ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
- date: 2011-08-03 00:00:00.000000000 -07:00
17
- default_executable: !!null
12
+ date: 2011-10-07 00:00:00.000000000Z
18
13
  dependencies:
19
14
  - !ruby/object:Gem::Dependency
20
15
  name: mocha
21
- requirement: &2152420380 !ruby/object:Gem::Requirement
16
+ requirement: &2162063400 !ruby/object:Gem::Requirement
22
17
  none: false
23
18
  requirements:
24
19
  - - ! '>='
25
20
  - !ruby/object:Gem::Version
26
21
  version: '0'
27
- segments:
28
- - 0
29
22
  type: :development
30
23
  prerelease: false
31
- version_requirements: *2152420380
24
+ version_requirements: *2162063400
32
25
  description: A synchronous version of the ruby amqp client
33
26
  email: amos@geni.com
34
27
  executables: []
@@ -61,10 +54,9 @@ files:
61
54
  - test/frame_test.rb
62
55
  - test/protocol_test.rb
63
56
  - test/test_helper.rb
64
- has_rdoc: true
65
57
  homepage: http://github.com/famoseagle/carrot
66
58
  licenses: []
67
- post_install_message: !!null
59
+ post_install_message:
68
60
  rdoc_options: []
69
61
  require_paths:
70
62
  - lib
@@ -74,20 +66,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
66
  - - ! '>='
75
67
  - !ruby/object:Gem::Version
76
68
  version: '0'
77
- segments:
78
- - 0
79
69
  required_rubygems_version: !ruby/object:Gem::Requirement
80
70
  none: false
81
71
  requirements:
82
72
  - - ! '>='
83
73
  - !ruby/object:Gem::Version
84
74
  version: '0'
85
- segments:
86
- - 0
87
75
  requirements: []
88
- rubyforge_project: !!null
89
- rubygems_version: 1.3.7
90
- signing_key: !!null
76
+ rubyforge_project:
77
+ rubygems_version: 1.8.11
78
+ signing_key:
91
79
  specification_version: 3
92
80
  summary: A synchronous version of the ruby amqp client
93
81
  test_files: []