USPS-intelligent-barcode 0.2.6 → 0.2.7

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2FmNTI4YzkwOTU2NGJhY2VhZWJhNWIxMDUzMmQ4N2Q4YzgxNTBlMQ==
4
+ ZDk0MTg3YjhiY2RjNDMzNGFhM2EwMWJmMWQzYzM5ZWEzN2Y0OTViYg==
5
5
  data.tar.gz: !binary |-
6
- NDNmMzY4ZThhNjgwNDg0YzkyNTBiMmYwYzcyOWEwYmM1OGE2MDI5ZA==
6
+ MGI4ZDlmMWI5NWM3MmZlNzAxYzFlMzllM2IxNDBjZDg4YTgwNDA2Zg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- OTU5YzQ0YmNjNmFmZGQ0Yzk3ZDYyYjYyMzk0MjU1NmVjZmM2MTMxZWIyMGJj
10
- YmQzZDkwZTJjZjEzZDIxM2UxYWQ3NDRmMjk1NDAyYzMwODY5ODJmOWI0ZTMz
11
- NTA3YzFlNWZkODkyYTEzM2NiODU2NWFkMjEyMmQ0YjA1YThkYzk=
9
+ NTI1MmMzZTgwYTZhYzlhOTBkYzQ2OGQ3MTZmMjg5NjlkYjE2Yzg1ZDk5MTM1
10
+ MzZhOWExMDYyM2U1YzdkMWUyOTk0YjJkZDU4ZWM0YWQ4ODZhNDhmMzMxZGUw
11
+ MWMxMzgyZjE0NGRlM2VkM2RhMjJhZTViODJlZWQ2MDhiMTkyOTQ=
12
12
  data.tar.gz: !binary |-
13
- MGUxMmYwMjFiMTJkMzE3MmYzN2E5ZTczNjZjMzRlMWVmOGQzZTUwOTc2MzQw
14
- YjQxMzA0NzdlNzYzYjljNjM4OTY3OTQwZWY0MTljYmM2NzEyZGQwZWMyNDc1
15
- ZWYzYWNjOTAyNjJlNTY2NGY0YjE0MDU1MjMwYzI3M2UyNzJiZWE=
13
+ N2IyM2E1ODcwODMzYTAwZjU2M2YxNzMxYzZmOGFmMmUyOWI2NzUzNDZjNTlh
14
+ Yjg2ODVjZjdiMTE3ZmM5NTIwMmM3ODUwMzAxMjRkN2YwMDhiYWMyZjA3NjM0
15
+ NjFhZjNmNGU5ZjZiNTkzODFhN2ZlMjg4YzFkMTc2YzRkM2EwNDI=
@@ -1,3 +1,11 @@
1
+ ### 0.2.7
2
+
3
+ Add deprecation warning to gem description
4
+
5
+ ### 0.2.6
6
+
7
+ Add deprecation warnings on use and install
8
+
1
9
  ### 0.2.5
2
10
 
3
11
  Enhancements
data/Rakefile CHANGED
@@ -23,7 +23,8 @@ Jeweler::Tasks.new do |gem|
23
23
  ("A pure Ruby library to generate a USPS Intelligent "\
24
24
  "Mail barcode. It generates the string of characters "\
25
25
  "to print with one of the USPS Intelligent Mail barcode "\
26
- "fonts.")
26
+ "fonts. "\
27
+ "NOTE: Deprecated. Please use usps_intelligent_barcode instead.\n")
27
28
  gem.email = "wconrad@yagni.com"
28
29
  gem.authors = ["Wayne Conrad"]
29
30
  gem.post_install_message = <<-MESSAGE
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: USPS-intelligent-barcode 0.2.6 ruby lib
5
+ # stub: USPS-intelligent-barcode 0.2.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "USPS-intelligent-barcode"
9
- s.version = "0.2.6"
9
+ s.version = "0.2.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Wayne Conrad"]
14
14
  s.date = "2015-06-13"
15
- s.description = "A pure Ruby library to generate a USPS Intelligent Mail barcode. It generates the string of characters to print with one of the USPS Intelligent Mail barcode fonts."
15
+ s.description = "A pure Ruby library to generate a USPS Intelligent Mail barcode. It generates the string of characters to print with one of the USPS Intelligent Mail barcode fonts. NOTE: Deprecated. Please use usps_intelligent_barcode instead.\n"
16
16
  s.email = "wconrad@yagni.com"
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.md",
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: USPS-intelligent-barcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne Conrad
@@ -108,9 +108,11 @@ dependencies:
108
108
  - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
- description: A pure Ruby library to generate a USPS Intelligent Mail barcode. It
111
+ description: ! 'A pure Ruby library to generate a USPS Intelligent Mail barcode. It
112
112
  generates the string of characters to print with one of the USPS Intelligent Mail
113
- barcode fonts.
113
+ barcode fonts. NOTE: Deprecated. Please use usps_intelligent_barcode instead.
114
+
115
+ '
114
116
  email: wconrad@yagni.com
115
117
  executables: []
116
118
  extensions: []