rubygems-bundle 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 7ebb691a479b69e8166f42443535c7722c80b88e
|
4
|
+
data.tar.gz: 68ff47de2816dc3f4b98f47276d8a2e0abace1f8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: bf2f597955abea7380f7a2e4b9679625a6aa9a461efab20945d069c2325caada37da0e8686dc7ec351447c1471ca8084d6cd32967262dc07864a451284f36980
|
7
|
+
data.tar.gz: a83a18858938fcced9bb2920703ec263d9e74bf651b27fc37303a9f9c767af026f5d2043895ad96548062eea8fd72c2721964d324940cdc49d565e351b805788
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rubygems-bundle
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Michal Papis
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-02-20 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Bring missing bundler functionalities to rubygems 2+
|
14
|
+
email:
|
15
|
+
- mpapis@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files: []
|
20
|
+
homepage: http://github.com/mpapis/rubygems-bundle
|
21
|
+
licenses:
|
22
|
+
- MIT
|
23
|
+
metadata: {}
|
24
|
+
post_install_message:
|
25
|
+
rdoc_options: []
|
26
|
+
require_paths:
|
27
|
+
- lib
|
28
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
29
|
+
requirements:
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '0'
|
33
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
34
|
+
requirements:
|
35
|
+
- - ">="
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
requirements: []
|
39
|
+
rubyforge_project:
|
40
|
+
rubygems_version: 2.5.1
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Bring missing bundler functionalities to rubygems 2+
|
44
|
+
test_files: []
|
45
|
+
has_rdoc:
|