YAML-load_first 1.1.2 → 1.1.3

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: 39284d210d2edee6046a4166999078e50ce00fa3
4
- data.tar.gz: 6fe1500107d6286d83b48256d6be7481dd6d2f51
3
+ metadata.gz: 5ba65f892c5908748f6485996d9755b448257b70
4
+ data.tar.gz: 6823c93804799e0bb497a7de83ad52c2d539f07e
5
5
  SHA512:
6
- metadata.gz: 6c32c5c0ec58e2b09a41c7d1d1afbf48a95613463752573ec94c98a9f4697afcfac8359f111df14a8187a24b9f0bf6221b08ff1e757f3a8e8868570661e7c524
7
- data.tar.gz: 7dfc75705e43437b309135cf9967c3e3d77d7165a6338d71f5fbccfe973747008495037739864f8b7af83b5137e3b7927b61a26e563c29d31b503410de58e14a
6
+ metadata.gz: e42a15b53ed7674feefb3e1158823f477b7c57a3eb04724cfe7bcd6ff91f4e1ce1f5aed9d8c5047141a68396bf9571a79f5a803a7b3601d6f5ec822a9682f450
7
+ data.tar.gz: 8a6ad4882a5478ecbe462fbc28b58a851dacaabbf84c6e8e7e2bd172656ccf5999ecf95ae244c59796c79ea23cd479b60bb714c8d499536cceab991222f72fdd
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  Add this line to your application's Gemfile:
6
6
 
7
7
  ```ruby
8
+ # note that the case is important
8
9
  gem 'YAML-load_first'
9
10
  ```
10
11
 
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'YAML/load_first/version'
4
+ require 'yaml/load_first/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "YAML-load_first"
@@ -2,6 +2,6 @@ require 'yaml'
2
2
 
3
3
  module YAML
4
4
  module LoadFirst
5
- VERSION = "1.1.2"
5
+ VERSION = "1.1.3"
6
6
  end
7
7
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: YAML-load_first
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Reed
@@ -67,8 +67,8 @@ files:
67
67
  - YAML-load_first.gemspec
68
68
  - bin/console
69
69
  - bin/setup
70
- - lib/YAML/load_first.rb
71
- - lib/YAML/load_first/version.rb
70
+ - lib/yaml/load_first.rb
71
+ - lib/yaml/load_first/version.rb
72
72
  homepage: https://github.com/reednj/yaml-load_first
73
73
  licenses:
74
74
  - MIT