blitline 2.0.1 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
- # Getting Started
1
+ Getting Started
2
+ ===============
2
3
 
3
4
  You must first have a Blitline.com account to successfully use the gem. You can obtain one (free) by going to http://www.blitline.com
4
5
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.1
1
+ 2.1.0
@@ -5,23 +5,23 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "blitline"
8
- s.version = "2.0.1"
8
+ s.version = "2.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Blitline LLC"]
12
- s.date = "2012-11-22"
12
+ s.date = "2012-12-21"
13
13
  s.description = "The blitline gems provides a simple easy wrapper to the Blitline.com web api"
14
14
  s.email = "support@blitline.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
17
- "README.rdoc"
17
+ "README.md"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
21
  "Gemfile",
22
22
  "Gemfile.lock",
23
23
  "LICENSE.txt",
24
- "README.rdoc",
24
+ "README.md",
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "blitline.gemspec",
@@ -48,8 +48,8 @@ class Blitline
48
48
 
49
49
  def post_jobs
50
50
  validate
51
- # puts MultiJson.dump(@jobs).inspect
52
51
  result = Blitline::HttpPoster.post("http://api.blitline.com/job", { :json => MultiJson.dump(@jobs)})
52
+ @jobs = [] # clear jobs
53
53
  return MultiJson.load(result)
54
54
  end
55
55
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blitline
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
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: 2012-11-22 00:00:00.000000000 Z
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
@@ -82,13 +82,13 @@ executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files:
84
84
  - LICENSE.txt
85
- - README.rdoc
85
+ - README.md
86
86
  files:
87
87
  - .document
88
88
  - Gemfile
89
89
  - Gemfile.lock
90
90
  - LICENSE.txt
91
- - README.rdoc
91
+ - README.md
92
92
  - Rakefile
93
93
  - VERSION
94
94
  - blitline.gemspec
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: '0'
118
118
  segments:
119
119
  - 0
120
- hash: 71690003
120
+ hash: -231482015
121
121
  required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  none: false
123
123
  requirements: