open_parliament 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/open_parliament.rb +5 -0
  3. metadata +53 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA512:
3
+ metadata.gz: 5a8d08a60b4761a11b7b159f6235e3879961090fa89b4751a897046c64cc406a2dc12d9a69888a7a1f375431d1893fef067ddaf0af0054157af8c2bd50c8750d
4
+ data.tar.gz: 4d9e4d424026e85972624bbcd015cc46d0bde3bb141ba87f15d4e84de7159230df58106f370898cdb7087f0278d633df05cff4bab5e3e59dd902d06772a6c2ee
5
+ SHA1:
6
+ metadata.gz: 15a3c466abd7b7e39ead5d864bfd8ebb7b5a841f
7
+ data.tar.gz: af2bf6307024feffb5456aa4615223cde7850a03
@@ -0,0 +1,5 @@
1
+ class OpenParliament
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: open_parliament
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Dylan Runkel
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2016-01-01 00:00:00 Z
13
+ dependencies: []
14
+
15
+ description: Simple gem for interfacing with openparliament.ca's API
16
+ email: dylan.runkel@gmail.com
17
+ executables: []
18
+
19
+ extensions: []
20
+
21
+ extra_rdoc_files: []
22
+
23
+ files:
24
+ - lib/open_parliament.rb
25
+ homepage: http://rubygems.org/gems/open_parliament
26
+ licenses:
27
+ - MIT
28
+ metadata: {}
29
+
30
+ post_install_message:
31
+ rdoc_options: []
32
+
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - &id001
38
+ - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: "0"
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - *id001
44
+ requirements: []
45
+
46
+ rubyforge_project:
47
+ rubygems_version: 2.0.17
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: Open Parliament
51
+ test_files: []
52
+
53
+ has_rdoc: