faker-pretty_series 0.1.0 → 0.1.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/CHANGELOG.md +7 -1
- data/Gemfile +1 -0
- data/README.md +12 -1
- data/faker-pretty_series.gemspec +0 -2
- data/lib/faker/pretty_series/version.rb +1 -1
- metadata +2 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9861ec1a7ab8976c6ecad69eaac35c225a8adab3ab6ed70fa8733bdffdec30b
|
|
4
|
+
data.tar.gz: 66c07183993ad2b6fc82f7cfa47946859c582f9613b328655cf133c8403b54d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe88a84a89ce45f50e7533efd77a4255344cccd136d99fd125ba2d4733db3d05e4efb5dc7c999b33f2354c5f4418930f935a7bf5e8dd16cba978be1758002306
|
|
7
|
+
data.tar.gz: '0913ae07c96f39bbb3fbd83b83cfb92524ebea2baa27f0240ced24a643eadfea960e7f57ff344d10b83908f3aaa4a3b576b3ab38ef317c1617abff17858b9c46'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
## Unreleased
|
|
2
|
-
[full changelog](http://github.com/sue445/faker-pretty_series/compare/v0.1.
|
|
2
|
+
[full changelog](http://github.com/sue445/faker-pretty_series/compare/v0.1.1...master)
|
|
3
|
+
|
|
4
|
+
## v0.1.1
|
|
5
|
+
[full changelog](http://github.com/sue445/faker-pretty_series/compare/v0.1.0...v0.1.1)
|
|
6
|
+
|
|
7
|
+
* Move prismdb to development dependency
|
|
8
|
+
* https://github.com/sue445/faker-pretty_series/pull/4
|
|
3
9
|
|
|
4
10
|
## v0.1.0
|
|
5
11
|
* first release
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Faker::PrettySeries
|
|
2
2
|
Test data generator using [PrettySeries](https://en.wikipedia.org/wiki/Pretty_Rhythm)
|
|
3
3
|
|
|
4
|
+
[](https://badge.fury.io/rb/faker-pretty_series)
|
|
4
5
|
[](https://github.com/sue445/faker-pretty_series/actions?query=workflow%3Atest)
|
|
5
6
|
[](https://coveralls.io/github/sue445/faker-pretty_series?branch=master)
|
|
6
7
|
[](https://codeclimate.com/github/sue445/faker-pretty_series/maintainability)
|
|
@@ -54,9 +55,19 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
|
54
55
|
|
|
55
56
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
56
57
|
|
|
58
|
+
## Generate data
|
|
59
|
+
[lib/data/](lib/data/) is auto generated.
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
$ bundle exec rake generate_data
|
|
63
|
+
Saved. /path/to/faker-pretty_series/lib/data/characters.yml
|
|
64
|
+
Saved. /path/to/faker-pretty_series/lib/data/episodes.yml
|
|
65
|
+
Saved. /path/to/faker-pretty_series/lib/data/songs.yml
|
|
66
|
+
```
|
|
67
|
+
|
|
57
68
|
## Contributing
|
|
58
69
|
|
|
59
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
70
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/sue445/faker-pretty_series.
|
|
60
71
|
|
|
61
72
|
|
|
62
73
|
## License
|
data/faker-pretty_series.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faker-pretty_series
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sue445
|
|
@@ -9,21 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2020-03-15 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
13
|
-
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: prismdb
|
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
-
requirements:
|
|
17
|
-
- - ">="
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0'
|
|
20
|
-
type: :runtime
|
|
21
|
-
prerelease: false
|
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
-
requirements:
|
|
24
|
-
- - ">="
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
version: '0'
|
|
12
|
+
dependencies: []
|
|
27
13
|
description: Test data generator using PrettySeries
|
|
28
14
|
email:
|
|
29
15
|
- sue445@sue445.net
|