battleroom 0.0.83 → 0.0.84
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
- metadata +10 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8027ce55a0e968ba2a7d523ef46eacb740ce001
|
|
4
|
+
data.tar.gz: 01ec345ca45faeca05a98a9466b957ca34967aba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a2dd400bd69325ce64d74b0982cbc4150834e73bda45456cd858fae0c0c3f3422cb0ae279f5b85b9819a215fb51446302209f0aeb11161276e742717f51e7f7
|
|
7
|
+
data.tar.gz: 3b7c23e9f8d572a7bae7fc158b3a9d67696b7b4c41395a62b25f786ca8d0c6cf7a69c6fd0c655bbfa497ee013f4ed29e8a507fa67c51f3e4139a0f3a5da035ee
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: battleroom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.84
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Vander Hoop
|
|
@@ -70,16 +70,16 @@ dependencies:
|
|
|
70
70
|
name: pry
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
|
-
- -
|
|
73
|
+
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 0.10
|
|
75
|
+
version: '0.10'
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
|
-
- -
|
|
80
|
+
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 0.10
|
|
82
|
+
version: '0.10'
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: pry-byebug
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -122,8 +122,8 @@ dependencies:
|
|
|
122
122
|
- - '='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: 0.2.1
|
|
125
|
-
description: A REPL designed to
|
|
126
|
-
|
|
125
|
+
description: A REPL designed to help novice Ruby programmers build muscle memory for
|
|
126
|
+
working with variables, manipulating data structures, and defining and invoking
|
|
127
127
|
methods.
|
|
128
128
|
email: vanderhoop@me.com
|
|
129
129
|
executables:
|
|
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
requirements:
|
|
173
173
|
- - ">="
|
|
174
174
|
- !ruby/object:Gem::Version
|
|
175
|
-
version: '2.
|
|
175
|
+
version: '2.1'
|
|
176
176
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - ">="
|
|
@@ -183,7 +183,6 @@ rubyforge_project:
|
|
|
183
183
|
rubygems_version: 2.2.2
|
|
184
184
|
signing_key:
|
|
185
185
|
specification_version: 4
|
|
186
|
-
summary: A REPL designed to
|
|
187
|
-
|
|
188
|
-
methods.
|
|
186
|
+
summary: A REPL designed to help novice Ruby programmers build muscle memory for working
|
|
187
|
+
with variables, manipulating data structures, and defining and invoking methods.
|
|
189
188
|
test_files: []
|