recordstore 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/lib/recordstore.rb +5 -0
  3. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c4868f365d5bf7038813b347a8c8f0577dab8011
4
+ data.tar.gz: 4f03b94996a148882a12e59bb0d18d45b149daf3
5
+ SHA512:
6
+ metadata.gz: 653272740a3bbd18c6d45926ecaf3e000d3bc552940da5a0512516553b3f4217346cb7166e6ce7da32e35a43b3a9fbe08cfef5ec978cbb74d51011cae0cd4828
7
+ data.tar.gz: 6663d45b152ad9764742439c204607b3adc246a2ef6e6ab71c321a05c75f6fd1d26b3a8433aaee5aa73e76922ad53de22b37a46be92c0cb0c78fefa1203d07b5
@@ -0,0 +1,5 @@
1
+ class RecordStore
2
+ def self.hi
3
+ puts "Come back on July 12, 2016!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: recordstore
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Emil Stolarsky
8
+ - Willem van Bergen
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2016-06-27 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Manage DNS through a git-based workflow
15
+ email:
16
+ - emil@shopify.com
17
+ - willem@railsdoctors.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/recordstore.rb
23
+ homepage: https://rubygems.org/gems/recordstore
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.2.5
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Manage DNS using git
47
+ test_files: []