faastruby 0.4.3 → 0.4.4

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 89c1ce111c17f6eb8b69d8d47cffc7dea7a6a48e373d43bd30cd7303c097d21f
4
- data.tar.gz: e616406ad0c57004cc55e63b3c5db761164fb4ff4d3f40cab8474fcdafe7a3bb
3
+ metadata.gz: 0403b639b196582ccd86e036dabd875cb97e91e0049ceaff95585aba1c106407
4
+ data.tar.gz: 4d7af0e07cf350127ec659a74363576d924823f65578207215efe96976c64ef9
5
5
  SHA512:
6
- metadata.gz: 464be81d0ccc2a374a69111e61c29a7ee7f6797d3aeb4ce1c9e30bc76578fa07d313930a5034e566b5ce46a57356c8ab6897e49dea307e22530f2c0960626786
7
- data.tar.gz: c2158f4ad8209e2028519c97edac9434e170158d801dc941160a5ea12ac25569aaa7b1efe01f056d5faf89238160eb31cee021261bc7ce73be05d6c326dad378
6
+ metadata.gz: 3f2c6bf431d605338aeb6090a0870d53b4dbc8a04f8ca5daeed23cdb1812de65ef3c2860db9925699af455bb884728126ec012a53e4a95d846d8b82b7b42549e
7
+ data.tar.gz: de5e092edd1506746525367c8b45c8eebbc1d65cb61b25d76ca4bf12360fb65ac31533f3cb8f21f68bd74d1ca02b070560676acbc0c5bd3a59b4321008becdfa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.4 - Jan 3 2019
4
+ - Update faastruby-rpc to 0.2.1
5
+
3
6
  ## 0.4.3 - Dec 31 2018
4
7
  - Updated `faastruby-rpc` dependency to 0.2.0.
5
8
  - Improved FaaStRuby Server.
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- faastruby (0.4.2)
4
+ faastruby (0.4.3)
5
5
  colorize (~> 0.8)
6
- faastruby-rpc (~> 0.1.3)
6
+ faastruby-rpc (~> 0.2.0)
7
7
  oj (~> 3.6)
8
8
  puma (~> 3.12)
9
9
  rest-client (~> 2.0)
@@ -26,7 +26,7 @@ GEM
26
26
  domain_name (0.5.20180417)
27
27
  unf (>= 0.0.5, < 1.0.0)
28
28
  equatable (0.5.0)
29
- faastruby-rpc (0.1.3)
29
+ faastruby-rpc (0.2.0)
30
30
  oj (~> 3.6)
31
31
  hashdiff (0.3.7)
32
32
  http-cookie (1.0.3)
@@ -117,4 +117,4 @@ DEPENDENCIES
117
117
  webmock (~> 3.4)
118
118
 
119
119
  BUNDLED WITH
120
- 1.16.5
120
+ 1.17.3
data/faastruby.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.add_runtime_dependency 'sinatra', '~> 2.0'
21
21
  spec.add_runtime_dependency 'sinatra-contrib', '~> 2.0'
22
22
  spec.add_runtime_dependency 'puma', '~> 3.12'
23
- spec.add_runtime_dependency 'faastruby-rpc', '~> 0.2.0'
23
+ spec.add_runtime_dependency 'faastruby-rpc', '~> 0.2.1'
24
24
 
25
25
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
26
26
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -1,3 +1,3 @@
1
1
  module FaaStRuby
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faastruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paulo Arruda
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-31 00:00:00.000000000 Z
11
+ date: 2019-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 0.2.0
145
+ version: 0.2.1
146
146
  type: :runtime
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 0.2.0
152
+ version: 0.2.1
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: bundler
155
155
  requirement: !ruby/object:Gem::Requirement