robut-rps 1.0.1 → 1.0.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/robut-rps.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af7b1a800d44ca3a1475149f27be0433547289fb
4
- data.tar.gz: c5f1f88b624c244e84af4d3971c146683b36f769
3
+ metadata.gz: b4f83eab27d06f2a9e3c2ab0ef6daa9e6588282c
4
+ data.tar.gz: 13ad3b6c8664630b9e50aed1ccde2d133478cf9c
5
5
  SHA512:
6
- metadata.gz: ff29e623dd09a80fadc9d7041b37a7f48ff5a5de9c35c4d030c8e28820b0096e336e00258b35a5ac96b7a1eb3c36994e80c86ee7921363181e76fda1b15af60b
7
- data.tar.gz: 56d16b789623efeb30138be03a14ac115b136f5098f5f3c498d867ceee8ba5023da0f8da86b487771c2cf3c766e64e17e0956d81ff6ac5c258bb4ea15a0be151
6
+ metadata.gz: 59a556b822e5c96150198170a2ca8400b9e0fbef53769388de5f5cd2457e3d61193e6650e6368bb0f0daab06302ea50a9bdd5f91d56374febdd49a81ff84c0b8
7
+ data.tar.gz: e1d2843f4d7750ff76891069e03d7e9ccb7e8b3588340a9f0e122982fc1fe2320b0f611d2834d896eab3171a4f6f76a4a777b38055ed179a5ba73c8213ebd1ef
data/Rakefile CHANGED
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.homepage = "http://github.com/richard4339/robut-rps"
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{A rock paper scissors plugin for robut}
21
- gem.description = %Q{A rock paper scissors plugin for robut}
21
+ gem.description = %Q{A rock paper scissors plugin for robut.}
22
22
  gem.email = "richard@mozor.net"
23
23
  gem.authors = ["Richard Lynskey"]
24
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.2
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: robut-rps 1.0.1 ruby lib
5
+ # stub: robut-rps 1.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "robut-rps"
9
- s.version = "1.0.1"
9
+ s.version = "1.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Richard Lynskey"]
14
14
  s.date = "2014-10-05"
15
- s.description = "A rock paper scissors plugin for robut"
15
+ s.description = "A rock paper scissors plugin for robut."
16
16
  s.email = "richard@mozor.net"
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE.txt",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robut-rps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Lynskey
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '3'
139
- description: A rock paper scissors plugin for robut
139
+ description: A rock paper scissors plugin for robut.
140
140
  email: richard@mozor.net
141
141
  executables: []
142
142
  extensions: []