sparkle-guides 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b750a3a4d22e068a1733e1205f815d6ade445393
4
+ data.tar.gz: 0220a9bb1801e8f1d1f35d3e3d0d2948d6f03b76
5
+ SHA512:
6
+ metadata.gz: 2a8fb49c7e7ae4508bd58ce8d373c57094708539d873b2bcecbcae4c7d2ac2d0235a686b8c28378f2ab9c51216f174a7debc7b1f06fa1166d5b73cdef7bd3e1f
7
+ data.tar.gz: beb063afaf2af20ba830bc1dd5924c8adc0f7f8573da7cf5bfa2494e957f31d91de49f9a3c58939cf9c3f37c47e38d3c0812a3dd5d048741b8505cf8c460228c
data/CHANGELOG.md ADDED
@@ -0,0 +1,2 @@
1
+ # v0.1.0
2
+ * Initial guides release (getting started)
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # SparkleFormation Guides
2
+
3
+ see: http://www.sparkleformation.io/docs/guides
@@ -0,0 +1,11 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'sparkle-guides'
3
+ s.version = '0.1.0'
4
+ s.summary = 'SparkleFormation Guides'
5
+ s.author = 'Chris Roberts'
6
+ s.email = 'chrisroberts.code@gmail.com'
7
+ s.homepage = 'http://github.com/sparkleformation/sparkle-guides'
8
+ s.description = 'SparkleFormation Usage Guides'
9
+ s.license = 'Apache-2.0'
10
+ s.files = Dir['docs/**/*'] + %w(sparkle-guides.gemspec README.md CHANGELOG.md)
11
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sparkle-guides
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Roberts
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-03-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: SparkleFormation Usage Guides
14
+ email: chrisroberts.code@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - CHANGELOG.md
20
+ - README.md
21
+ - sparkle-guides.gemspec
22
+ homepage: http://github.com/sparkleformation/sparkle-guides
23
+ licenses:
24
+ - Apache-2.0
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.4.5.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: SparkleFormation Guides
46
+ test_files: []