prawn-labels 0.11.2.1 → 0.11.2.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 (2) hide show
  1. data/prawn-labels.gemspec +3 -3
  2. metadata +4 -4
data/prawn-labels.gemspec CHANGED
@@ -1,4 +1,4 @@
1
- PRAWN_LABELS_VERSION = "0.11.2.1"
1
+ PRAWN_LABELS_VERSION = "0.11.2.2"
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "prawn-labels"
@@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
17
17
  spec.authors = ["Jordan Byron"]
18
18
  spec.email = ["jordan.byron@gmail.com"]
19
19
  spec.rubyforge_project = "prawn-labels"
20
- spec.add_dependency('prawn', '~>0.12.0')
20
+ spec.add_dependency('prawn', '>= 0.12.0')
21
21
  spec.homepage = "http://github.com/jordanbyron/prawn-labels"
22
22
  spec.description = <<END_DESC
23
23
  Prawn/Labels takes the guess work out of generating labels using Prawn
24
24
  END_DESC
25
- end
25
+ end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 11
8
8
  - 2
9
- - 1
10
- version: 0.11.2.1
9
+ - 2
10
+ version: 0.11.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Byron
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-19 00:00:00 -05:00
18
+ date: 2012-03-01 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -24,7 +24,7 @@ dependencies:
24
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ~>
27
+ - - ">="
28
28
  - !ruby/object:Gem::Version
29
29
  segments:
30
30
  - 0