sparkleformation 0.0.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 +7 -0
- data/sparkleformation.gemspec +11 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 20c1132f8435cdb9ac7d3a7429f31fde7abca537
|
|
4
|
+
data.tar.gz: 719f3abb0a29480a6679529cbefe84ddb2f7dff4
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f41f3085c6a03734cec6db6ee8ca277120772f3844aed3c3cdfc09d40f4d7f1bc8bfaf9efb57d49a67067bc499b43d2ede67c3b6bdc5455d7a5563112a9475fc
|
|
7
|
+
data.tar.gz: 2de24782ff6a8f0df2f3a653b69961de555df34b36c66ce28e8c76c830b543e9ef676f08d1a8cd57a167da8ec643e151962db7b1d74dbf9047a03dd9a6c1eecf
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Gem::Specification.new do |s|
|
|
2
|
+
s.name = 'sparkleformation'
|
|
3
|
+
s.version = '0.0.1'
|
|
4
|
+
s.summary = 'SparkleFormation stub'
|
|
5
|
+
s.author = 'Chris Roberts'
|
|
6
|
+
s.email = 'chrisroberts.code@gmail.'
|
|
7
|
+
s.homepage = 'http://github.com/sparkleformation'
|
|
8
|
+
s.description = 'SparkleFormation stub'
|
|
9
|
+
s.license = 'Apache-2.0'
|
|
10
|
+
s.files = %w(sparkleformation.gemspec)
|
|
11
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: sparkleformation
|
|
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: 2016-04-20 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: SparkleFormation stub
|
|
14
|
+
email: chrisroberts.code@gmail.
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- sparkleformation.gemspec
|
|
20
|
+
homepage: http://github.com/sparkleformation
|
|
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: SparkleFormation stub
|
|
44
|
+
test_files: []
|
|
45
|
+
has_rdoc:
|