gossiperl_client 0.1.0 → 0.1.1

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,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzE0MjE3NzNmNjg1MWJhYzQwNTE2MDE1N2FmNzExMDc3ZTA3MDdiZQ==
4
+ MDczZjZmMTMwMWQwNGZmYjllMmUzYThjOTJmMTAxYWQ0MjVmZGMwYg==
5
5
  data.tar.gz: !binary |-
6
- NTBjODRjMzU1YjcxNjcyZGEyMTRkYThkMDYzNTY2OTczOTc2ZTI1MQ==
6
+ N2ZhNGJmNmU5ZmNhMTc4ZDNmNWYzYTFiOTQ2YmU3MDVlZGYwN2MzZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Yzg0M2FhZGI4ODJmYjBiZDc2NzE0NzA3ZWYzODkzYzJlNDk2YzBiNDAzZmNm
10
- MjI1YmFiZjQ3MTc5OTQ0NGEyZGYwY2Q0NjkxMGZiYTQzZTRiNTM1YmVkOTEw
11
- NjljNzkzOTM1N2VlMThiZjdhYzYyZjFjM2JlMjFhZTY2Mjc4Yzg=
9
+ MDRiNGYwODcwYmUwYTZkMzRhZjZjNmM2ZWE2ZTcxZjg2NmFmNTM3ZGY4M2E0
10
+ NmIyMjgwYzY1ODkzMTRjN2IyMTM0OWI1OGRjNTZmMjRlZWM1Y2QzNzVkNjFj
11
+ YTMxNGM5ZjcxMTdiNmM1ZjczN2VlMDk4ZDU0NWEwM2Y5M2IxMDY=
12
12
  data.tar.gz: !binary |-
13
- YmRiY2ZhOGU1MjExMTk3MzI3MzE1ZDc4MjQ3NjA2NGZmZmNiYzZmMjBmNDRl
14
- NWQ5YWZkNzQzMTJhOGE1MzFhODAxYmE0YzY2NzBhOWIxZjQ4NTRhZjY4OTU2
15
- ZjYzY2ZjODdlNjY1MDJkOTMxM2FmNzU5Y2Y2ZWMyYWZiYmZmZTA=
13
+ NWZmZDBjMTljNTZmZmM3NjRkY2NiODkxNDcwMjYxMDdhZDM5MWMzMzhhMjM0
14
+ MTUxMDNmMjhiYTUxNzE2YzVhODQzMjljNWZiZTcyYmFmZjk0NDAzZjdlZjAw
15
+ NmVkYjcxNjU3NWY1OGJlMzNiMDdkNmU3OWRmZTc0ZmQ1ZDE0NjM=
data/README.md CHANGED
@@ -6,7 +6,8 @@ Ruby [gossiperl](https://github.com/radekg/gossiperl) client library.
6
6
 
7
7
  In your `Gemfile`:
8
8
 
9
- gem 'gossiperl_client', :git => 'https://github.com/radekg/gossiperl-client-ruby.git'
9
+ source 'http://rubygems.org/'
10
+ gem 'gossiperl_client'
10
11
 
11
12
  ## Running
12
13
 
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = "Work with gossiperl from Ruby."
11
11
  s.authors = ["Rad Gruchalski"]
12
12
  s.email = ["radek@gruchalski.com"]
13
+ s.license = "MIT"
13
14
  s.homepage = "https://github.com/radekg/gossiperl-client-ruby"
14
15
  s.require_paths = %w[lib]
15
16
 
@@ -2,7 +2,7 @@
2
2
  module Gossiperl
3
3
  module Client
4
4
  module Version
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  MAJOR, MINOR, TINY = VERSION.split('.')
7
7
  end
8
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: !binary |-
3
3
  Z29zc2lwZXJsX2NsaWVudA==
4
4
  version: !ruby/object:Gem::Version
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - !binary |-
@@ -101,7 +101,9 @@ files:
101
101
  homepage: !binary |-
102
102
  aHR0cHM6Ly9naXRodWIuY29tL3JhZGVrZy9nb3NzaXBlcmwtY2xpZW50LXJ1
103
103
  Ynk=
104
- licenses: []
104
+ licenses:
105
+ - !binary |-
106
+ TUlU
105
107
  metadata: {}
106
108
  post_install_message:
107
109
  rdoc_options: []