foaas-client 1.2.0 → 1.3.0

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.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MzhlNzE3NDczZDY4Yzc3OWNlNjc1MWQxZmUzMTFjY2Y1YjIwYTg2Yw==
5
- data.tar.gz: !binary |-
6
- MTE3MmJiNjUzMjM2MGFlZDVlZmM1YTEzOWNjYTMyMWZiYTRkZDNhNQ==
2
+ SHA1:
3
+ metadata.gz: 04c54f2594453c1f9cf589f9370e120053c42205
4
+ data.tar.gz: 250571c42300d73287270b5aa71711b9bbb3e666
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YTI0YTI4OWUyOTllZTNhYjRlMWRhZTI2MjcwMzU1Zjg1ZTJkYWY1ZjhjODg2
10
- OTUwNWRhYTNiOTBkNWVhMDcwNTM0OTBiOWZlMTk4MGFlYmI5ZjZlOWZkODM4
11
- OTdlODhkYzExZjIzMzc2NGZlZmVhNDQ3ZWMyZWViNWVkMjA2NzM=
12
- data.tar.gz: !binary |-
13
- MmRkMWRhOGY1ZGFhNWNjN2E3N2YxMzI0YTRiOWQ4ZTAzMTc2ODAxZjBjYWZm
14
- MTQ3OGIxNDZlZGVhNjkxZmI4NjJlZjdhZjZkMGMyOWIxM2E0MGNkYTliYzhj
15
- NDJhZTI4N2I1MmZkOWQ0MmM4MWY0YzRmNjRlYWNhOGZlYjRlZGY=
6
+ metadata.gz: c0376f029f605c089cd30793ef834ed77398b61217f181873bc613ac02ffbce91f6125f3071e0482aac44bbb55f60e125d31405b26b73f85d7281181f920596a
7
+ data.tar.gz: 39bc5a5b440b4e9aad9e7522f31f31a5d7ab29935392c0f73dd9858e6da67ff895fbeef30d78bc1d67310161019770c328527cae7b9a11f6179edc7a9fbc0f75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.3.0
4
+
5
+ * Implement the following FOAAS methods:
6
+ * Bucket
7
+ * Tucker
8
+
3
9
  ## v1.2.0
4
10
 
5
11
  * Implement the following FOAAS methods:
data/README.md CHANGED
@@ -7,7 +7,7 @@ A client for [FOAAS](http://foaas.com).
7
7
 
8
8
  ## API Version
9
9
 
10
- Version `0.1.4` of the FOAAS API is supported.
10
+ Version `0.1.5` of the FOAAS API is supported.
11
11
 
12
12
  ## Usage
13
13
 
@@ -76,6 +76,13 @@ fuck.because('Alice')
76
76
  #=> { 'message' => 'Why? Because Fuck you, that\'s why.', 'subtitle' => '- Alice' }
77
77
  ```
78
78
 
79
+ #### Bucket
80
+
81
+ ```ruby
82
+ fuck.bucket('Alice')
83
+ #=> { 'message' => 'Please choke on a bucket of cocks.', 'subtitle' => '-Alice' }
84
+ ```
85
+
79
86
  #### Bus
80
87
 
81
88
  ```ruby
@@ -267,6 +274,13 @@ fuck.this('Alice')
267
274
  #=> { 'message' => 'Fuck this.', 'subtitle' => '- Alice' }
268
275
  ```
269
276
 
277
+ #### Tucker
278
+
279
+ ```ruby
280
+ fuck.tucker('Alice')
281
+ #=> { 'message' => 'Come the fuck in or fuck the fuck off.', 'subtitle' => '- Alice' }
282
+ ```
283
+
270
284
  #### Version
271
285
 
272
286
  __Note:__ This is not an "insult" method, it returns the version of the service.
@@ -7,7 +7,7 @@ module Foaas
7
7
 
8
8
  URL = Addressable::Template.new("http://foaas.com/{method}{/name}/{from}{/other}")
9
9
 
10
- METHODS_ONE_PARAM = [:awesome, :because, :bye, :cool, :diabetes, :everyone, :everything, :fascinating, :flying, :life, :pink, :thanks, :this, :what]
10
+ METHODS_ONE_PARAM = [:awesome, :because, :bucket, :bye, :cool, :diabetes, :everyone, :everything, :fascinating, :flying, :life, :pink, :thanks, :this, :tucker, :what]
11
11
  METHODS_TWO_PARAMS = [:bus, :donut, :caniuse, :chainsaw, :dalton, :king, :linus, :madison, :nugget, :off, :outside, :shakespeare, :you, :xmas, :yoda]
12
12
  METHODS_THREE_PARAMS = [:ballmer, :field]
13
13
 
@@ -1,3 +1,3 @@
1
1
  module Foaas
2
- VERSION = '1.2.0'
2
+ VERSION = '1.3.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foaas-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Marsh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -110,17 +110,17 @@ require_paths:
110
110
  - lib
111
111
  required_ruby_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
- - - ! '>='
113
+ - - '>='
114
114
  - !ruby/object:Gem::Version
115
115
  version: '0'
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ! '>='
118
+ - - '>='
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.4.3
123
+ rubygems_version: 2.2.2
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: A client for FOAAS