spicy-proton 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28481edad03c822b978caa8f1555f6a7ecb93083
4
- data.tar.gz: 50ee9d4827eb08a40798078fb36940b7ba567995
3
+ metadata.gz: eea76f7c5763a2c744cbb7758efa76c1822e7f79
4
+ data.tar.gz: 6046c14261d7b567331f294afb037c6935e918eb
5
5
  SHA512:
6
- metadata.gz: fdb6e19b9b443858792846853693f1d7ab3e3b2bd3a43e8d131e92857d640cceddd01121393e4cc00f1aef75e24b5f242a51938a33f4605261ca5270c466e447
7
- data.tar.gz: 491b27d08194a110a0bd1840cc51533f3fabf3c0f0037ab5ba70d006d64ba7a019579319cd6c986940bc7f91003ce776afeb85ff5cdaeb7111bc72c51ad0e281
6
+ metadata.gz: 91a6291cfe31bb5f046d313a340ecea5a0204a9142873516415803cc7a4628755246fc3894c5de5ef6a340c59ef9ce28257371ed92421b231f737d9b22c53a6b
7
+ data.tar.gz: 9a39d392443446db243cfa281c07a1abf7f181b4c36b46473c35fb3379e97fdc3ddcc98e0ec7872f2f62c28d7acdeac61238ec664a708f81fda89ac3e73d6323
data/RELEASE.md ADDED
@@ -0,0 +1,7 @@
1
+ # Releasing
2
+
3
+ - `make test` to test gem
4
+ - `git commit -a` to commit outstanding changes
5
+ - `git tag -s x.y.z -m 'Release x.y.z'` to create release tag
6
+ - `git push && git push --tags` to push changes
7
+ - `make publish` to release gem
Binary file
Binary file
Binary file
data/lib/corpus/nouns.bin CHANGED
Binary file
Binary file
data/lib/corpus/verbs.bin CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spicy-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Schmich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-08 00:00:00.000000000 Z
11
+ date: 2018-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bindata
@@ -46,6 +46,7 @@ extra_rdoc_files: []
46
46
  files:
47
47
  - LICENSE
48
48
  - README.md
49
+ - RELEASE.md
49
50
  - lib/corpus.rb
50
51
  - lib/corpus/adjectives-fixed.bin
51
52
  - lib/corpus/adjectives.bin
@@ -80,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
81
  version: '0'
81
82
  requirements: []
82
83
  rubyforge_project:
83
- rubygems_version: 2.6.8
84
+ rubygems_version: 2.6.13
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: Generate a random English adjective-noun word pair.