gem-src-srv 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc72e344c9b6133e35ffbf47b1017219336c4af2fd6c74137690c32a37f543bd
4
- data.tar.gz: 6dfe8b0eeb334bd7a0f3fb346ad30e5e710e23c5e30f6b01f26b8475cbedb5a4
3
+ metadata.gz: 8f070b9fba103c11fd4f7eab90cebbb07388dbb23c2858978ba062fc4b35da0e
4
+ data.tar.gz: f44c152c6ecce5038f5ecf9da06997034df3c8f34988a50440bd4aaad667c004
5
5
  SHA512:
6
- metadata.gz: a7927df552b71a79689374923c3736d92fc161b432270f9af9a2d0efbd61d75b6f80150c8e434f28a0b8693071ae912205f30d0df63b0ecaa30b2f3da9dbf890
7
- data.tar.gz: ae4a05f93e83963be4864d026fd2b8551cd5c9d876e642fe91e9d3f42469c2e4690a4c2110e25d0b76c825b636309acba355854e304309b12a7cce7dd08b548c
6
+ metadata.gz: d6b797aa5be9a262b3987cc95dfa786e16dff7de8eaf0b30db4fc540ef71024f82d70c654e5cf8d26476aac882fdcd1446cf667aa255657061c200c19062a712
7
+ data.tar.gz: 531f6e779a5fc0b321c25b94122b6a67910f9e64cf8745cfdd9440d18fbb9b19983acf5716af4f755dc2a1eaba6822dc45d5f3f9f8b79f1c12091729f83db6b8
@@ -10,6 +10,7 @@ module Gem::Src::Srv
10
10
  'activejob' => nil,
11
11
  'actionmailer' => nil,
12
12
  'actioncable' => nil,
13
+ 'activestorage' => nil,
13
14
  'railties' => nil,
14
15
  'activeresource' => 'https://github.com/rails/activeresource.git',
15
16
  'autoparse' => 'https://github.com/google/autoparse.git',
@@ -27,6 +28,7 @@ module Gem::Src::Srv
27
28
  'erubis' => 'https://github.com/kwatch/erubis.git',
28
29
  'geocoder' => 'https://github.com/alexreisner/geocoder',
29
30
  'hirb' => 'https://github.com/cldwalker/hirb',
31
+ 'houston' => 'https://github.com/nomad/houston',
30
32
  'html2haml' => 'https://github.com/haml/html2haml',
31
33
  'io-console' => nil,
32
34
  'itamae' => 'https://github.com/itamae-kitchen/itamae',
@@ -1,7 +1,7 @@
1
1
  module Gem
2
2
  module Src
3
3
  module Srv
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-src-srv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masataka Pocke Kuwabara