rqrcode 0.8.1 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d79bac6074e479dbd18a88328133cba3e52b3d48
4
- data.tar.gz: 34b195a360c9808970ab2974b3669a51182afdb2
3
+ metadata.gz: 537c13caf3f8d2e6896f4c4ca2e8f49aefd5a873
4
+ data.tar.gz: a9ec155978d80c75928cc8a952b010f8682ad2dc
5
5
  SHA512:
6
- metadata.gz: f0187bf0225b92e48658168b19be5d369faf9de61582886a3ff7ce79221732e5607aa72cc59a75a4c2d7a3b67527df813c6a9128a181a6f974dcbeb16146d08e
7
- data.tar.gz: b7e2cfc5496a9ff45008b8e56f0c1189d51a6a0d5cf79ab380dc0febf4d4a23ff162686cea280dfeb9b02c96d2bafbd54e556ff9977660d7051f787e45cbd72d
6
+ metadata.gz: c9e472adeef166c9030acc1d3b12b3cff3578ac6283551c60822bf02178b2ab74ab82fb60178ac94b1260d73d14f8f3dbe9c540d9244d2c07a55094d216a5f24
7
+ data.tar.gz: 7ea7baac645ccb7cff2dc714ff3127a9d7bdbd19e347f889efba97a04a8489ff39c0a8038e174bfe29b5ff07794c2b75cdb7d581ecb017df6d867bcca4b9b9b8
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *0.8.2* (Jan 3, 2016)
2
+
3
+ - Fix source encoding problem introduced in 0.8.1
4
+
1
5
  *0.8.1* (Jan 3, 2016)
2
6
 
3
7
  - Remove active support specific `present?`.
data/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  ## Short changelog
8
8
 
9
+ *0.8.2* (Jan 3, 2016)
10
+
11
+ - Fix source encoding problem introduced in 0.8.1
12
+
9
13
  *0.8.1* (Jan 3, 2016)
10
14
 
11
15
  - Remove active support specific `present?`.
@@ -1,3 +1,3 @@
1
1
  module RQRCode
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
data/test/test_rqrcode.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  require 'helper'
2
3
 
3
4
  class QRCodeTest < Minitest::Test
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rqrcode
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Björn Blomqvist
@@ -15,42 +15,42 @@ dependencies:
15
15
  name: chunky_png
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '1.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '1.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: bundler
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: 1.0.0
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: 1.0.0
56
56
  description: |
@@ -66,8 +66,8 @@ extra_rdoc_files:
66
66
  - CHANGELOG
67
67
  - LICENSE
68
68
  files:
69
- - .gitignore
70
- - .travis.yml
69
+ - ".gitignore"
70
+ - ".travis.yml"
71
71
  - CHANGELOG
72
72
  - Gemfile
73
73
  - LICENSE
@@ -109,17 +109,17 @@ require_paths:
109
109
  - lib
110
110
  required_ruby_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
- - - '>='
112
+ - - ">="
113
113
  - !ruby/object:Gem::Version
114
114
  version: '0'
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - '>='
117
+ - - ">="
118
118
  - !ruby/object:Gem::Version
119
119
  version: 1.3.6
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 2.4.8
122
+ rubygems_version: 2.4.6
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: A library to encode QR Codes