ffwd-carbon 0.1.4 → 0.1.5

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 58637db8086053f5530d3b2856e2169a0b4cd3fe
4
- data.tar.gz: 87da4ff6ba1dd670f582c243739d15bca2f3931b
5
- SHA512:
6
- metadata.gz: 74096b9d220addeb0a76bcf5ba02f216845fa82dfcedf17f1d54642d3125b90590ccc07c02feb5ba7dfc7c62fc848795476fdceb02add6ceebb31b9b696a7c1d
7
- data.tar.gz: 7ca593db132f99ee37852aa82ef0878053c5bf48d2e7f17099cb273c3c1c9ee2332507a5c1ab46b1ce96f9b8ddf6922f68a7f3e77728bffcd1e449c58d7006b8
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NzMyZWUzNTc0YjVmYjU4ZmRmODg2MjE2N2E5ZTM2NTk0NmRmNjA1Ng==
5
+ data.tar.gz: !binary |-
6
+ YmE1NzUxYWU1ODZmNDVhNjhiMjU0ZWQ1MGRlM2ZlMmM1ZjU3OTVjMA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ OWM0NGIyMjI5ZTI4MzdjZjMzNjAxZjdjM2IxZjFjMmQ4MWM5MGNjNDJkOTYw
10
+ NDdjM2NiZGE5OTc4NjMwNTFlMGRhMTE0MjM4M2RiOTIzMzlhODIyYzM1YWMx
11
+ YzUxNDUyZThiMGEyYzE0YWIzZWRhNTRhMDU0YjhmNzEwODg5YjA=
12
+ data.tar.gz: !binary |-
13
+ YjZhN2IwYmEzNGZkNjY3MGQwZjhhMWMxYWI4MjdlYmMzY2RmY2M0ZTM3YmEw
14
+ NWFmZGFjNjgyMjgyMGRmOTkxZWRlNzVjMjFiMjIxMjdlODg5ZTViMjIwNTMw
15
+ ZTg2MDIyYTk3YmM2ODU5NDY4NDY0ODA3OWNjY2ViYWNlNmU5MTU=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Carbon
19
- VERSION = "0.1.4"
19
+ VERSION = "0.1.5"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffwd-carbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Parm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-17 00:00:00.000000000 Z
11
+ date: 2014-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffwd
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description:
@@ -31,9 +31,9 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - lib/ffwd/plugin/carbon/connection.rb
35
- - lib/ffwd/plugin/carbon/version.rb
36
34
  - lib/ffwd/plugin/carbon.rb
35
+ - lib/ffwd/plugin/carbon/version.rb
36
+ - lib/ffwd/plugin/carbon/connection.rb
37
37
  homepage: https://github.com/spotify/ffwd
38
38
  licenses:
39
39
  - Apache 2.0
@@ -44,12 +44,12 @@ require_paths:
44
44
  - lib
45
45
  required_ruby_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - '>='
47
+ - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  requirements: []