graticule 2.7.1 → 2.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a37950bb0bcb2d4e96425a812b8617b903b6890
4
- data.tar.gz: eb7eb072e7c8be7d06c28eb51e3e017887a95732
3
+ metadata.gz: 864d711a56c62abb12e3808a1a95f11a545b71e0
4
+ data.tar.gz: 3d9ef81d423bc08aeb303ee489f24dbdc5c9c17b
5
5
  SHA512:
6
- metadata.gz: a04611f7d51fb82488a1ef04424ba398fb27440eed261c3cf7c13a4048968d2d1a64d32e2abe0843c2028a87b018b4e157d95b99b14d73ad60363a4b70659632
7
- data.tar.gz: 2415ff14c8425352f9fb272574f4f6638682fbfb3d03ecd776477d96a95dcfcaf5e83bd76fdf223f2bd0e3d036f8c1cca30d527e34f397a7df9e1fcf661fab9e
6
+ metadata.gz: 35eaba16c45ba2e56c0f84b36aa441cac006fa91818c19d3d471b998ca82f423fb7401635b4ef8f96ddb42ab3d7b46d3cf0f7557500561a509d5bb20c2c94318
7
+ data.tar.gz: cae6f92c7d3732d64bebee5f4338cfd1b42ddce9ea3f0877cd2e3702f66dc0a7c9a3db7e6abe0dd575c28cbb351f7d5e8aaccad999914d94e9a01bc8b3977864
@@ -1,4 +1,4 @@
1
- 2.7.1 (2018-05-31)
1
+ 2.7.2 (2018-10-19)
2
2
  * Update Google to use https and include API key
3
3
 
4
4
  2.6.0 (2018-05-31)
@@ -1,12 +1,8 @@
1
1
  # encoding: UTF-8
2
2
  $:.unshift(File.dirname(__FILE__))
3
3
 
4
- require 'active_support/inflections'
5
- require 'active_support/core_ext/class/attribute'
6
- require 'active_support/core_ext/hash/keys'
7
- require 'active_support/core_ext/object/blank'
8
- require 'active_support/core_ext/object/with_options'
9
- require 'active_support/core_ext/string/inflections'
4
+ require 'active_support'
5
+ require 'active_support/core_ext'
10
6
 
11
7
  require 'graticule/version'
12
8
  require 'graticule/core_ext'
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Graticule
3
- VERSION = '2.7.1' unless defined?(::Graticule::VERSION)
3
+ VERSION = '2.7.2' unless defined?(::Graticule::VERSION)
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graticule
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.1
4
+ version: 2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Keepers