qusion 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/qusion.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ begin
22
22
  Jeweler::Tasks.new do |gem|
23
23
  gem.name = "qusion"
24
24
  gem.summary = "Makes AMQP work with Ruby on Rails with no fuss."
25
- gem.description = %Q{See the README for more details.}
25
+ gem.description = %Q{Makes AMQP work with Ruby on Rails with no fuss.}
26
26
  gem.email = "cmurphy@customink.com"
27
27
  gem.homepage = "http://github.com/customink/qusion"
28
28
  gem.authors = ["Dan DeLeo", "Christopher R. Murphy"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{qusion}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dan DeLeo", "Christopher R. Murphy"]
12
12
  s.date = %q{2010-12-09}
13
- s.description = %q{See the README for more details.}
13
+ s.description = %q{Makes AMQP work with Ruby on Rails with no fuss.}
14
14
  s.email = %q{cmurphy@customink.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dan DeLeo
@@ -108,7 +108,7 @@ dependencies:
108
108
  type: :development
109
109
  prerelease: false
110
110
  version_requirements: *id006
111
- description: See the README for more details.
111
+ description: Makes AMQP work with Ruby on Rails with no fuss.
112
112
  email: cmurphy@customink.com
113
113
  executables: []
114
114
 
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  requirements:
151
151
  - - ">="
152
152
  - !ruby/object:Gem::Version
153
- hash: 2610415720212610617
153
+ hash: -4160792897108814020
154
154
  segments:
155
155
  - 0
156
156
  version: "0"