cinch-dicebag 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.
- data/cinch-dicebag.gemspec +1 -1
- data/lib/cinch/plugins/dicebag/version.rb +1 -1
- metadata +4 -4
data/cinch-dicebag.gemspec
CHANGED
|
@@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
|
|
|
25
25
|
gem.add_dependency 'time-lord', '~> 1.0.1'
|
|
26
26
|
gem.add_dependency 'cinch-cooldown', '>= 1.0.0'
|
|
27
27
|
gem.add_dependency 'cinch-storage', '~> 0.0.2'
|
|
28
|
-
gem.add_dependency 'cinch-toolbox', '~> 0.0
|
|
28
|
+
gem.add_dependency 'cinch-toolbox', '~> 1.0.0'
|
|
29
29
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cinch-dicebag
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
@@ -130,7 +130,7 @@ dependencies:
|
|
|
130
130
|
requirements:
|
|
131
131
|
- - ~>
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 0.0
|
|
133
|
+
version: 1.0.0
|
|
134
134
|
type: :runtime
|
|
135
135
|
prerelease: false
|
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -138,7 +138,7 @@ dependencies:
|
|
|
138
138
|
requirements:
|
|
139
139
|
- - ~>
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
|
-
version: 0.0
|
|
141
|
+
version: 1.0.0
|
|
142
142
|
description: Cinch Plugin that allows uses in the channel to roll specific dice or
|
|
143
143
|
roll a random assortment of dice to compete for high scores.
|
|
144
144
|
email:
|