qusion 0.1.5 → 0.1.6

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/.gemtest +0 -0
  2. data/VERSION +1 -1
  3. data/qusion.gemspec +3 -2
  4. metadata +5 -4
File without changes
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.5
1
+ 0.1.6
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{qusion}
8
- s.version = "0.1.5"
8
+ s.version = "0.1.6"
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
- s.date = %q{2011-01-22}
12
+ s.date = %q{2011-02-04}
13
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 = [
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
+ ".gemtest",
20
21
  "Gemfile",
21
22
  "Gemfile.lock",
22
23
  "LICENSE",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 5
9
- version: 0.1.5
8
+ - 6
9
+ version: 0.1.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dan DeLeo
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-22 00:00:00 -05:00
18
+ date: 2011-02-04 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -118,6 +118,7 @@ extra_rdoc_files:
118
118
  - LICENSE
119
119
  - README.rdoc
120
120
  files:
121
+ - .gemtest
121
122
  - Gemfile
122
123
  - Gemfile.lock
123
124
  - LICENSE
@@ -150,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
151
  requirements:
151
152
  - - ">="
152
153
  - !ruby/object:Gem::Version
153
- hash: -1340066867172249127
154
+ hash: -2172339912323946260
154
155
  segments:
155
156
  - 0
156
157
  version: "0"