grouse 1.0.1 → 1.0.1.1
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/Gemfile +1 -1
- data/grouse.gemspec +3 -3
- data/lib/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ed880f4a79e48a2eb8d2183500fe4180c96b065cbf112d92499a9636f6218df
|
|
4
|
+
data.tar.gz: a28eaed525d06206c8a3fd342483adf24f3cf8347a84660cbd2abaf004ab6215
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29d4b7e292368917d1a1e1eac830de43cd023130ae8cc11ff7fe7674bfea30b36eccf58a967fb6095f432afe524e72c636bb107405685d942be0c73eb4eaa92f
|
|
7
|
+
data.tar.gz: c630223bad843e94e6ae2ecbb0e161d1db4a49b84c750c33bb146d0c606df895c70d0770c4df85493bba3d0b6ef264443f41f8e4a6397f081fe906efe253d8e5
|
data/Gemfile
CHANGED
data/grouse.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
"LICENSE.txt",
|
|
16
16
|
]
|
|
17
17
|
# Ignore files in mini_test and mini_unit folder.
|
|
18
|
-
s.files = `git ls-files -z`.split("\x0")
|
|
18
|
+
s.files = `git ls-files -z`.split("\x0")
|
|
19
19
|
s.homepage = "https://github.com/takkii/grouse"
|
|
20
20
|
s.licenses = ["MIT"]
|
|
21
21
|
s.require_paths = ["lib"]
|
|
@@ -25,8 +25,8 @@ Gem::Specification.new do |s|
|
|
|
25
25
|
s.description = "nyasocom_sun packages in ROR."
|
|
26
26
|
s.metadata["github_repo"] = "https://github.com/takkii/grouse"
|
|
27
27
|
|
|
28
|
-
#
|
|
29
|
-
s.add_runtime_dependency('sheltered-girl', '~> 4.0')
|
|
28
|
+
# Use Windows ENV, speak function v4.0.4.5. exec 'bundle install'.
|
|
29
|
+
s.add_runtime_dependency('sheltered-girl', '~> 4.0')
|
|
30
30
|
|
|
31
31
|
if s.respond_to? :specification_version
|
|
32
32
|
s.specification_version = 4
|
data/lib/version.rb
CHANGED