upc 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG +3 -0
  3. data/MIT-LICENSE +1 -1
  4. data/lib/upc.rb +3 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 135f75ca08f67bb5b5921f3639a5f4100c959f3f
4
- data.tar.gz: 51642467ce7afd5a201a733a93e148fd1f5ac3a6
2
+ SHA256:
3
+ metadata.gz: 8c611e5311ca0107105e7477e4fd6975bbe1b3d0a821cb633cf593a80411c911
4
+ data.tar.gz: 3e6317104f31befb6a9ca4e79bb3a1797416f708bcb90fa26fd2727f073c911a
5
5
  SHA512:
6
- metadata.gz: 4234e9ab8c67dd52e4252b22c905d947cfdf4068f14f323e51321f8eaeb82aca37e3e14e33872ae75ede85f4e19b0c911e02b2198995f5724fd79ca4779f50e4
7
- data.tar.gz: 9330871134ac4a13c6fe28ba2ca70d9f911b1e3e0ebf00252bca02c9a2b925135fc54af1c34ed2f64f72f315c2b4bac88631ec86c623f829f4a82f0f7eb5032d
6
+ metadata.gz: a096462c2983a1e16ecd06a8a1e095ee00158069349116573521b16c171331c6f37229fb1c87d874328313e23ebbc92404485985adfee9f37b4e988a7eb87656
7
+ data.tar.gz: 18be5469423432d8e9ad47671e6141a2ecbfb24933b8ad388eb679af01969c5573462cbf7695725bbf9c3cca2ef8b66ac68bb9edad28ee99a60aceb638451ee8
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.1.1 (21st July 2018)
2
+ - Enable frozen_string_literal
3
+
1
4
  v1.1 (15th July 2017)
2
5
  - Adjust to work on all rubies from 1.9 to 2.4 (Todd Baur)
3
6
 
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007 Peter Yandell
1
+ Copyright (c) 2007 James Healy
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/lib/upc.rb CHANGED
@@ -1,9 +1,11 @@
1
+ # frozen_string_literal: true
2
+
1
3
  class UPC
2
4
 
3
5
  class Version #:nodoc:
4
6
  MAJOR = 1
5
7
  MINOR = 1
6
- TINY = 0
8
+ TINY = 1
7
9
 
8
10
  String = [MAJOR, MINOR, TINY].join('.')
9
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Healy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-15 00:00:00.000000000 Z
11
+ date: 2018-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project:
75
- rubygems_version: 2.6.11
75
+ rubygems_version: 2.7.6
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: a (very) small library for working with Universal Product Codes