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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/grouse.gemspec +3 -3
  4. data/lib/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2d65eaf26a9a86bdd8da2ec7cb04888a06ec0f62e7f2f556560570c3b3df9cc
4
- data.tar.gz: 6a936bc6fb5afa7372e39fa8ebe3361412d4448f37bac31e84996300b22ebcac
3
+ metadata.gz: 9ed880f4a79e48a2eb8d2183500fe4180c96b065cbf112d92499a9636f6218df
4
+ data.tar.gz: a28eaed525d06206c8a3fd342483adf24f3cf8347a84660cbd2abaf004ab6215
5
5
  SHA512:
6
- metadata.gz: 8eefd5d0290dd9b69fc411d82cb5c5d576218adb4117b1505f732d54545d555f9cff7dbfd27e6ce7f472994062b26eea158194634c578b9befc4bcd0f3a360e7
7
- data.tar.gz: 267f03682f78816acb7a6d2c50e3a5c914201917caeef38147a5c3a5915fdedbdc6821741c5ff504769a1d46935cab4b3d7268d7b9107cfe0895094a1721dd51
6
+ metadata.gz: 29d4b7e292368917d1a1e1eac830de43cd023130ae8cc11ff7fe7674bfea30b36eccf58a967fb6095f432afe524e72c636bb107405685d942be0c73eb4eaa92f
7
+ data.tar.gz: c630223bad843e94e6ae2ecbb0e161d1db4a49b84c750c33bb146d0c606df895c70d0770c4df85493bba3d0b6ef264443f41f8e4a6397f081fe906efe253d8e5
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # source 'https://rubygems.org'
4
4
 
5
- # Windows ENV.
5
+ # Multi ENV.
6
6
  if Gem.win_platform?
7
7
  gem 'sheltered-girl', '4.0.4.5'
8
8
  else
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").reject { |f| f.match(%r{^(mini_test|mini_unit)/}) }
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
- # If build error case, unless Gem.win_platform?
29
- s.add_runtime_dependency('sheltered-girl', '~> 4.0') if Gem.win_platform?
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  class Grs
4
4
  def self.version
5
- '1.0.1'.to_s
5
+ '1.0.1.1'.to_s
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takayuki Kamiyama