acxiom 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/acxiom.rb +5 -0
  3. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c9f1a5604571ac4eaa0d77f39e0f3b6585c5c1ea
4
+ data.tar.gz: 2deadc66e3d6b7d9c72ee36de4eae1a4716022fa
5
+ SHA512:
6
+ metadata.gz: 461b0d95cb63b0b1c00d85d2ce0f29d1f3026b86282afaa181c7bd24459465d8edc64896b6b0cca66e59e6bfd5774c5d13b3eb878f4299634b157ac4eeb9c630
7
+ data.tar.gz: 0b028efdeb1209bc6e07365e4c6e20cdc16f0b7822756883135b29fa5cd90202e9386b3ee58d9ebf1f7f3a52a211470a2ddedd013e42cc06d9e4f72200f20a6e
@@ -0,0 +1,5 @@
1
+ class Acxiom
2
+ def self.hi
3
+ puts 'Hello world. This is a new Acxiom Gem'
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: acxiom
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Andy Kwong
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-12-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Wrapper for Acxiom API.
14
+ email: andyk314@hyfn.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/acxiom.rb
20
+ homepage: https://github.com/andyk314/acxiom
21
+ licenses:
22
+ - HYNF INC PROPRIASHIP
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.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Wrapper for Acxiom API.
44
+ test_files: []
45
+ has_rdoc: