sleeping_king_studios-tools 0.7.0.rc.0 → 0.7.0
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/CHANGELOG.md +2 -4
- data/lib/sleeping_king_studios/tools/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2710128170b585a52948f4ea6c5fd45823fb5a04
|
|
4
|
+
data.tar.gz: aec1358fbbc2bb7cb24d1f421f0bb267cd184502
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2fbf02cd573fa10459ade0902fb686cb837b327fa20c6d76619873b26d948275b09f9e2c0f28f79ef6267c773c8beb9297e1090bd7896213741236d14d67f54
|
|
7
|
+
data.tar.gz: fa2db45be8fbb184ec7e2ca82b35626b266d8ccf791a08cec960e09bada31eaab5c2669c9d17576436e5e1012151aa3c12e321f27d4a5f34f21884a02ccece4d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Current Release
|
|
4
4
|
|
|
5
5
|
### 0.7.0
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
- IntegerTools#pluralize now accepts 2..3 arguments, and will automatically generate the plural string using StringTools#pluralize if an explicit plural is not given.
|
|
21
21
|
- SleepingKingStudios::Tools::Toolbelt is now autoloaded from SleepingKingStudios::Tools.
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Previous Releases
|
|
24
24
|
|
|
25
25
|
### 0.6.0
|
|
26
26
|
|
|
@@ -77,8 +77,6 @@ Implement ArrayTools#bisect and ArrayTools#splice.
|
|
|
77
77
|
|
|
78
78
|
Implement #underscore.
|
|
79
79
|
|
|
80
|
-
## Previous Releases
|
|
81
|
-
|
|
82
80
|
### 0.2.0
|
|
83
81
|
|
|
84
82
|
Split EnumerableTools into ArrayTools and HashTools.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sleeping_king_studios-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.0
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob "Merlin" Smith
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-05-
|
|
11
|
+
date: 2017-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -125,9 +125,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
version: '0'
|
|
126
126
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
|
-
- - "
|
|
128
|
+
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version:
|
|
130
|
+
version: '0'
|
|
131
131
|
requirements: []
|
|
132
132
|
rubyforge_project:
|
|
133
133
|
rubygems_version: 2.6.11
|