camelot 0.0.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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/camelot.gemspec +18 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4804e4d8421d5779c3d0bde12bad3b769e3ed995
4
+ data.tar.gz: 512d3c87d56ed844377e95f4b227077c1d2a0099
5
+ SHA512:
6
+ metadata.gz: 49c9ba47c2b90755aa2e7d48e191fac8a29cb5d054f81dd8de72ca39c87379ba3b3d4883eb7e56c9bebf13d7ce921ac59da86180874c1cd132c5f9a656934187
7
+ data.tar.gz: cffbac2ceef949847eaae98b6f9efd9a168b6bc764f2434e7b289604349cb0e2aef1690cf3fe7b77be536cab4b56dd8d40e1a6002455503aa83af77b889476f7
@@ -0,0 +1,18 @@
1
+ lib = File.expand_path('../lib', __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require 'camelot/version'
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = 'camelot'
7
+ s.version = Camelot::VERSION.dup
8
+
9
+ s.author = 'Andrew Thorp'
10
+ s.email = 'andrewpthorp@gmail.com'
11
+ s.homepage = 'http://github.com/andrewpthorp/unchained'
12
+
13
+ s.license = 'MIT'
14
+ s.summary = "Placeholder while I move the `unchained` gem here."
15
+
16
+ s.files = %w(camelot.gemspec)
17
+ s.require_paths = ["lib"]
18
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: camelot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Andrew Thorp
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-04-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: andrewpthorp@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - camelot.gemspec
20
+ homepage: http://github.com/andrewpthorp/unchained
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.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Placeholder while I move the `unchained` gem here.
44
+ test_files: []
45
+ has_rdoc: