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 +4 -4
- data/CHANGELOG.txt +1 -1
- data/lib/graticule.rb +2 -6
- data/lib/graticule/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 864d711a56c62abb12e3808a1a95f11a545b71e0
|
4
|
+
data.tar.gz: 3d9ef81d423bc08aeb303ee489f24dbdc5c9c17b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35eaba16c45ba2e56c0f84b36aa441cac006fa91818c19d3d471b998ca82f423fb7401635b4ef8f96ddb42ab3d7b46d3cf0f7557500561a509d5bb20c2c94318
|
7
|
+
data.tar.gz: cae6f92c7d3732d64bebee5f4338cfd1b42ddce9ea3f0877cd2e3702f66dc0a7c9a3db7e6abe0dd575c28cbb351f7d5e8aaccad999914d94e9a01bc8b3977864
|
data/CHANGELOG.txt
CHANGED
data/lib/graticule.rb
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
# encoding: UTF-8
|
2
2
|
$:.unshift(File.dirname(__FILE__))
|
3
3
|
|
4
|
-
require 'active_support
|
5
|
-
require 'active_support/core_ext
|
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'
|
data/lib/graticule/version.rb
CHANGED