gem-src-srv 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gem/src/srv/irregular_repositories.rb +2 -0
- data/lib/gem/src/srv/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: 8f070b9fba103c11fd4f7eab90cebbb07388dbb23c2858978ba062fc4b35da0e
|
4
|
+
data.tar.gz: f44c152c6ecce5038f5ecf9da06997034df3c8f34988a50440bd4aaad667c004
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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',
|
data/lib/gem/src/srv/version.rb
CHANGED