bearychat 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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2809571a5483b3f2e75573bf7ae008e929391dbf
4
- data.tar.gz: 82041144cc71686307b05335640a78d5cd274ba0
3
+ metadata.gz: 9b8cfb87ff8df8fbdd1030961447dfcdb8e20c4c
4
+ data.tar.gz: 77810e1f66a2b3f34661dddc9935f2b34dbdd92d
5
5
  SHA512:
6
- metadata.gz: baee79ed490fc5c368e193903956019b59178f94ba7c61ad01c594ea111acbd630cc2b04976bf600315aeb5e9e4a03d409591d25460fb7a06baab60b66431ab9
7
- data.tar.gz: cfd6f0d347e1b14f46e32b738d07256967de54fe9fe0e14708bef8cf45367e0e918a3d0550d594af11df9bcbbf6f55db010fd1ab5e75d9eaef9e98897ebe7520
6
+ metadata.gz: f98ee031c177e45f578daf7808710790664b614f3f90f37fabc9af446f9848ed0509bf88d5ceb510c164648bf04073df97f37526b5ca872a13ab5f590051d285
7
+ data.tar.gz: e536b7831e01eb8b126bc0e2cf7a218acffdb82dab356f8f30b35dabe70856f5ac9f7aad94aca4e3110634ca02c9368d12a7d109cb8f4054db9fb595875dc713
data/README.md CHANGED
@@ -42,7 +42,7 @@ require 'bearychat/capistrano'
42
42
  set :bearychat_hook, your_bearychat_hook_uri
43
43
  ```
44
44
 
45
- # options
45
+ #### options
46
46
  ```
47
47
  #default: true
48
48
  set :bearychat_enabled
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = %q{Simple ruby library to interact with Bearychat}
12
12
  spec.description = %q{Simple ruby library to interact with Bearychat}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/pokka/bearychat-rb"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Bearychat
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bearychat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - pokka
@@ -104,7 +104,7 @@ files:
104
104
  - lib/bearychat/version.rb
105
105
  - test/bearychat_test.rb
106
106
  - test/test_helper.rb
107
- homepage: ''
107
+ homepage: https://github.com/pokka/bearychat-rb
108
108
  licenses:
109
109
  - MIT
110
110
  metadata: {}