lesspainful 0.9.13 → 0.9.14
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +3 -3
- data/bin/lesspainful +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -2
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
lesspainful (0.9.
|
4
|
+
lesspainful (0.9.13)
|
5
5
|
bundler (~> 1.2)
|
6
6
|
json
|
7
7
|
rest-client
|
@@ -10,8 +10,8 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: http://rubygems.org/
|
12
12
|
specs:
|
13
|
-
json (1.7.
|
14
|
-
mime-types (1.
|
13
|
+
json (1.7.7)
|
14
|
+
mime-types (1.21)
|
15
15
|
rest-client (1.6.7)
|
16
16
|
mime-types (>= 1.16)
|
17
17
|
rubyzip (0.9.9)
|
data/bin/lesspainful
CHANGED
@@ -103,7 +103,7 @@ end
|
|
103
103
|
|
104
104
|
def http_post(address, args, &block)
|
105
105
|
if block_given?
|
106
|
-
response = RestClient.post "#{host}/#{address}", args do |response, request, result, &other_block|
|
106
|
+
response = RestClient.post "#{host}/#{address}", args, {:content_type => "multipart/form-data"} do |response, request, result, &other_block|
|
107
107
|
block.call(response,request,result, &other_block)
|
108
108
|
end
|
109
109
|
else
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lesspainful
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.14
|
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-02-
|
12
|
+
date: 2013-02-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -133,3 +133,4 @@ signing_key:
|
|
133
133
|
specification_version: 3
|
134
134
|
summary: Client for uploading calabash test to www.lesspainful.com
|
135
135
|
test_files: []
|
136
|
+
has_rdoc:
|