adglare 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/adglare.rb +5 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 01f97eb3aaaa6ac98fd2fd458f87595c033c8d83
4
+ data.tar.gz: fe73cea7cfcb637a534cc1d54cf7f3ea0d8b8323
5
+ SHA512:
6
+ metadata.gz: b61f9249b84a84f022799f657e79add3e090b3cebf0b1eedca86c3ef4f0e20f60ccc4b55e5bfc0c8a872641a563253ad4f09e58244915907e0d2dad7538f3da3
7
+ data.tar.gz: 1b1a50a73fc4e67c34acee9ee74586ddc28171ca4e2ee18b9596d17f3ae0503e90eceaddec74257a20a2cfbbc532b63dcabcc8e886f61f06a0b7f4d722e5d96c
@@ -0,0 +1,5 @@
1
+ class Adglare
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: adglare
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nicolas Connault
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Allows interaction with an AdGlare account, to display ads on multiple
14
+ sites
15
+ email: nicolasconnault@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/adglare.rb
21
+ homepage: http://rubygems.org/gems/adglare
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Adglare API Library
45
+ test_files: []