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 +4 -4
- data/README.md +5 -2
- data/data_reader.gemspec +1 -1
- data/lib/data_reader/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ea1f75f25e1cf79ca43cbe02b5746cefb08bd075
|
|
4
|
+
data.tar.gz: ae2d0bd1b390c11d88f3aef6d66b00963bab2680
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53999428015ef58a8995437990936dd8af6702e6720211818256b1df98214735276b20d303d1060c384f5709ca18fe948c8d235e6f9f4f4feb598efd33ebe741
|
|
7
|
+
data.tar.gz: 236149ea490135bcf57c9ad3a1bc932ad70c1c0590af28be01260f907eae2b79601e2ca7a2b95adae1df5068a97c2de2ce3625f2b017c874de8c673babfe8c93
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# DataReader
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/data_reader)
|
|
4
|
+
[](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/
|
|
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/
|
|
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/
|
|
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|
|
data/lib/data_reader/version.rb
CHANGED
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.
|
|
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-
|
|
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/
|
|
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.
|
|
110
|
+
\ DataReader 1.0.1 has been installed.\n(::) (::) (::) (::) (::) (::) (::) (::)
|
|
111
111
|
(::) (::) (::) (::)\n "
|
|
112
112
|
rdoc_options: []
|
|
113
113
|
require_paths:
|