data_reader 1.0.0 → 1.0.1

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: 8152cfa583503a6a29c82d1827b34f49010befe3
4
- data.tar.gz: 4efc7ea01d4a6d1c6ab26d040da8b9674a6b6062
3
+ metadata.gz: ea1f75f25e1cf79ca43cbe02b5746cefb08bd075
4
+ data.tar.gz: ae2d0bd1b390c11d88f3aef6d66b00963bab2680
5
5
  SHA512:
6
- metadata.gz: 109adba9cd271069b31dc14dfa9cad47542c052ac69e4b1f1acdb993686400e8677a7efc51bf7fadc218687d1e886fb7c28d446c758cc6bc1c0acc43903ad622
7
- data.tar.gz: d4eedbbd0d127e8db4e389fe73522d991d9645c85359add46a5f58d28338ffb5ef8d4c1228c3cf0a2e2fe1b8f2a9dc8b74700a5b9598cb221dcdae75e76bed8c
6
+ metadata.gz: 53999428015ef58a8995437990936dd8af6702e6720211818256b1df98214735276b20d303d1060c384f5709ca18fe948c8d235e6f9f4f4feb598efd33ebe741
7
+ data.tar.gz: 236149ea490135bcf57c9ad3a1bc932ad70c1c0590af28be01260f907eae2b79601e2ca7a2b95adae1df5068a97c2de2ce3625f2b017c874de8c673babfe8c93
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # DataReader
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/data_reader.svg)](http://badge.fury.io/rb/data_reader)
4
+ [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jeffnyman/data_reader/blob/master/LICENSE.txt)
5
+
3
6
  The DataReader gem is used to provide a standard mechanism for providing a YAML data source and loading data from it. DataReader is mainly used as a support gem that can be included by other libraries that need this functionality.
4
7
 
5
8
  ## Installation
@@ -146,7 +149,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
146
149
 
147
150
  ## Contributing
148
151
 
149
- Bug reports and pull requests are welcome on GitHub at [https://github.com/jnyman/data_reader](https://github.com/jnyman/data_reader). The testing ecosystem of Ruby is very large and this project is intended to be a welcoming arena for collaboration on yet another testing tool. As such, contributors are very much welcome but are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
152
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/jeffnyman/data_reader](https://github.com/jeffnyman/data_reader). The testing ecosystem of Ruby is very large and this project is intended to be a welcoming arena for collaboration on yet another testing tool. As such, contributors are very much welcome but are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
150
153
 
151
154
  To contribute to DataReader:
152
155
 
@@ -167,4 +170,4 @@ This code is based upon the [YmlReader](https://github.com/cheezy/yml_reader) ge
167
170
  ## License
168
171
 
169
172
  DataReader is distributed under the [MIT](http://www.opensource.org/licenses/MIT) license.
170
- See the [LICENSE](https://github.com/jnyman/data_reader/blob/master/LICENSE.txt) file for details.
173
+ See the [LICENSE](https://github.com/jeffnyman/data_reader/blob/master/LICENSE.txt) file for details.
data/data_reader.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Provides a standard method for reading YAML data files}
13
13
  spec.description = %q{Provides a standard method for reading YAML data files}
14
- spec.homepage = "https://github.com/jnyman/data_reader"
14
+ spec.homepage = "https://github.com/jeffnyman/data_reader"
15
15
  spec.license = "MIT"
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
@@ -1,3 +1,3 @@
1
1
  module DataReader
2
- VERSION = "1.0.0".freeze
2
+ VERSION = "1.0.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_reader
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Nyman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-17 00:00:00.000000000 Z
11
+ date: 2016-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -102,12 +102,12 @@ files:
102
102
  - data_reader.gemspec
103
103
  - lib/data_reader.rb
104
104
  - lib/data_reader/version.rb
105
- homepage: https://github.com/jnyman/data_reader
105
+ homepage: https://github.com/jeffnyman/data_reader
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}
109
109
  post_install_message: "\n(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n
110
- \ DataReader 1.0.0 has been installed.\n(::) (::) (::) (::) (::) (::) (::) (::)
110
+ \ DataReader 1.0.1 has been installed.\n(::) (::) (::) (::) (::) (::) (::) (::)
111
111
  (::) (::) (::) (::)\n "
112
112
  rdoc_options: []
113
113
  require_paths: