boxen-module-maker 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- metadata +58 -0
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
OWJkYTVmODdmODY1MWMzYjU2Y2VmOTk5NDFhZjI1Y2IyNmVjMzg3YQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NGQ4NjY4NmRmMDQ1OWM0MDdkMjI5Yzc2NWYyNjM5OGVjNDlmNjRiMQ==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
ZGJhZGQxYjkwODZhMThmYTdjOTNmNjg1NDgzZTBlZmJkYzIwM2NmOWMzNWM1
|
10
|
+
NzdhMTkzNjZjNGMxN2RhZjdlMDgxZmM3ZmU3MzZhOWM1OTRlZTMxOGNhNWZl
|
11
|
+
ZDkwOTZhOTVlYTRmNjI2ZGY1YzQ3M2Y1MDE1Y2YxYWU1Y2Q2ZTU=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
MWUwMjNiMjM0YjJmZTg1NDcxZGQzNjc0YmM0NzhhMDExOWZkY2QyYzE2ZjJm
|
14
|
+
NzkyZGE5M2Q3MDhiNzk5NTMzNWE1ZjM2ZjBkYzY3ZDVlM2Y0OTU3NTA2OTE4
|
15
|
+
ODE5MjA5YzRhYmM0MTJhYWE4NjUyNDAxMWQyMjA2MzZkZGUzOTE=
|
metadata
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: boxen-module-maker
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Peter M Souter
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2013-04-15 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rspec
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ! '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ! '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
description: Get your boxen modules up and running easily
|
28
|
+
email:
|
29
|
+
- p.morsou@gmail.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files: []
|
34
|
+
homepage: https://github.com/petems/boxen-module-maker
|
35
|
+
licenses:
|
36
|
+
- MIT
|
37
|
+
metadata: {}
|
38
|
+
post_install_message:
|
39
|
+
rdoc_options: []
|
40
|
+
require_paths:
|
41
|
+
- lib
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - ! '>='
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
52
|
+
requirements: []
|
53
|
+
rubyforge_project:
|
54
|
+
rubygems_version: 2.0.3
|
55
|
+
signing_key:
|
56
|
+
specification_version: 4
|
57
|
+
summary: Tool to make new boxen modules easily
|
58
|
+
test_files: []
|