markety 1.2.1 → 1.2.2

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.
data/bin/markety ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ begin
4
+ require 'markety'
5
+ rescue LoadError
6
+ require 'rubygems'
7
+ require 'markety'
8
+ end
@@ -1,5 +1,5 @@
1
1
  module Markety
2
2
 
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
4
4
 
5
5
  end
data/lib/markety.rb CHANGED
@@ -4,5 +4,3 @@ require 'markety/client'
4
4
  require 'markety/enums'
5
5
  require 'markety/lead_key'
6
6
  require 'markety/lead_record'
7
-
8
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markety
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-04 00:00:00.000000000 Z
12
+ date: 2013-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon
@@ -45,7 +45,8 @@ dependencies:
45
45
  version: 2.3.0
46
46
  description: A client to allow easy integration with Marketo's SOAP API
47
47
  email: david.e.santoso@gmail.com
48
- executables: []
48
+ executables:
49
+ - markety
49
50
  extensions: []
50
51
  extra_rdoc_files: []
51
52
  files:
@@ -56,6 +57,7 @@ files:
56
57
  - lib/markety/lead_record.rb
57
58
  - lib/markety/version.rb
58
59
  - lib/markety.rb
60
+ - bin/markety
59
61
  homepage: https://github.com/davidsantoso/markety
60
62
  licenses: []
61
63
  post_install_message: