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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/robut-rps.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b4f83eab27d06f2a9e3c2ab0ef6daa9e6588282c
|
|
4
|
+
data.tar.gz: 13ad3b6c8664630b9e50aed1ccde2d133478cf9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.0.2
|
data/robut-rps.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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: []
|