spn 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/spn.gemspec +13 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8cac0b7758332b758c57238f53e95a33c1d218e1
4
+ data.tar.gz: cb9e08f7a29803cf420ec51bf6404e4ee8e2de85
5
+ SHA512:
6
+ metadata.gz: ce5379dd0b3f050c256ed7a7815e06ac989205eebed7956fcb6b7b1811ce970a74033f987f8177a0f669fa41c6e22220ceb2ce56a2f8485cadf6d29393c45743
7
+ data.tar.gz: ff6799dfa117239f8f934719242746e5befb1b81bc3ce61cb3dbd6079c6f82123b69f05b29f79cad45ab3244df1c0dc1709903ed287395079439e5c04952c8c7
@@ -0,0 +1,13 @@
1
+ $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/'
2
+ Gem::Specification.new do |s|
3
+ s.name = 'spn'
4
+ s.version = '0.0.1'
5
+ s.summary = 'SparkleProvision'
6
+ s.author = 'Chris Roberts'
7
+ s.email = 'code@chrisroberts.org'
8
+ s.homepage = 'http://github.com/sparkleformation/spn'
9
+ s.description = 'SparkleProvision'
10
+ s.license = 'Apache-2.0'
11
+ s.require_path = 'lib'
12
+ s.files = ['spn.gemspec']
13
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spn
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Chris Roberts
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-10-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: SparkleProvision
14
+ email: code@chrisroberts.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - spn.gemspec
20
+ homepage: http://github.com/sparkleformation/spn
21
+ licenses:
22
+ - Apache-2.0
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.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: SparkleProvision
44
+ test_files: []