arborist_chat_rails 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fba1f598d37bb9abe118497ab859f31ae4dfefb0bd5bd2af90ec17e60b888ae4
4
- data.tar.gz: b11f310cad6dd824304433b476cf4314881dfca02ef65505e3b926d72bd98588
3
+ metadata.gz: 470fd35f2800ccb995719108b66773dd8151a54a1400f662b62fd67a70ee8e37
4
+ data.tar.gz: a88b8f6392df190c13d0e6242b5bd5139a5360ead9f3b99c13573d9b2cbe0bb8
5
5
  SHA512:
6
- metadata.gz: 51d775c3b44375ee9774ebb1d30501e94b4fae63c1b97f8420735b177ae87f1b8a204c588cb127602b4ac58a155b67b055cca02f9fba0d07bdbc18765df86563
7
- data.tar.gz: 6787bf48e0c11c829c86d7948aacf620ccb0b7bbf4c362d700c57f31a6d762d62862d28b2a81af007e93614e9728cc55d9e0d05e172b75c140499e72e19cc3f1
6
+ metadata.gz: 4e128674b062f9dc32bca7aaaaddb84b4e76ee9f81635b57e57fca363da546903b8fd4e7b2dad5a9dbdd51da89032083d4bb19317813eea4508769991b5e73fd
7
+ data.tar.gz: 5b43edfeb52fa4ecc92078192addf2808ae5e3904a5d8be09460da157b908f2bf71937ac9db08bf76962327d8c60b8156b9f3c3d64d65c827330532dfb5cadec
@@ -1,3 +1,7 @@
1
+ ## [0.3.5] - 2020-07-26
2
+
3
+ - improvements to documentation
4
+
1
5
  ## [0.3.4] - 2020-07-26
2
6
 
3
7
  - updates default configuration to be less opinionated but
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- arborist_chat_rails (0.3.4)
4
+ arborist_chat_rails (0.3.5)
5
5
  actionview (> 3.0)
6
6
  activesupport (> 3.0)
7
7
  jwt (> 2.0)
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Arborist Chat Rails
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/arborist_chat_rails.svg)](https://badge.fury.io/rb/arborist_chat_rails)
4
+
3
5
  adds arborists live chat widget to your rails app
4
6
 
5
7
  ## Installation
@@ -1,16 +1,16 @@
1
1
  require_relative %q{lib/arborist_chat_rails/version}
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.authors = %w{Leon Pearce}
4
+ spec.authors = %w{Leon\ Pearce}
5
5
  spec.description = %q{adds Arborist live chat to your web app}
6
6
  spec.email = %w{leonp1991@gmail.com}
7
- spec.homepage = %q{http://github.com/arborist-software/arborist-chat-rails}
7
+ spec.homepage = %q{https://www.arborist.app}
8
8
  spec.name = %q{arborist_chat_rails}
9
9
  spec.required_ruby_version = Gem::Requirement.new(%q{>= 2.3.0})
10
10
  spec.summary = %q{adds Arborist live chat to your web app}
11
11
  spec.version = ArboristChatRails::VERSION
12
12
  spec.metadata.store %q{allowed_push_host}, %q{https://rubygems.org}
13
- spec.metadata.store %q{changelog_uri}, %q{http://github.com/arborist-software/arborist-chat-rails/CHANGELOG.md}
13
+ spec.metadata.store %q{changelog_uri}, %q{http://github.com/arborist-software/arborist-chat-rails/blob/master/CHANGELOG.md}
14
14
  spec.metadata.store %q{homepage_uri}, spec.homepage
15
15
  spec.metadata.store %q{source_code_uri}, %q{http://github.com/arborist-software/arborist-chat-rails}
16
16
 
@@ -1,3 +1,3 @@
1
1
  module ArboristChatRails
2
- VERSION = %q{0.3.4}.freeze
2
+ VERSION = %q{0.3.5}.freeze
3
3
  end
metadata CHANGED
@@ -1,11 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arborist_chat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
- - Leon
8
- - Pearce
7
+ - Leon Pearce
9
8
  autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
@@ -89,12 +88,12 @@ files:
89
88
  - lib/arborist_chat_rails/railtie.rb
90
89
  - lib/arborist_chat_rails/tags_helper.rb
91
90
  - lib/arborist_chat_rails/version.rb
92
- homepage: http://github.com/arborist-software/arborist-chat-rails
91
+ homepage: https://www.arborist.app
93
92
  licenses: []
94
93
  metadata:
95
94
  allowed_push_host: https://rubygems.org
96
- changelog_uri: http://github.com/arborist-software/arborist-chat-rails/CHANGELOG.md
97
- homepage_uri: http://github.com/arborist-software/arborist-chat-rails
95
+ changelog_uri: http://github.com/arborist-software/arborist-chat-rails/blob/master/CHANGELOG.md
96
+ homepage_uri: https://www.arborist.app
98
97
  source_code_uri: http://github.com/arborist-software/arborist-chat-rails
99
98
  post_install_message:
100
99
  rdoc_options: []