ydoc 0.4.0 → 0.4.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: ed93e1a02c24db6c062f1476f3ef79c5cc561c74
4
- data.tar.gz: 4ed7233b5d37caf3ed5f41cbc872cc3aa0a6f255
3
+ metadata.gz: 604638de3f36565adb57e24f316f3eaf889c22e0
4
+ data.tar.gz: 7d844f9f5f715df65c3b1c5d55d236621cf93c25
5
5
  SHA512:
6
- metadata.gz: 7997b292ad538335634dbedb0b5015e461b1494256ac5944892c6ca0c9901087b442e1fea86a7277b17a90b9bb509c058315b292fbe38a4c02545eb67f587cae
7
- data.tar.gz: 84b0635ab7bf9258433ed4ee72ecc7719930521ae26bfd250e9df94d9798da826b7c4f62905c511061ff3066330ef6612d5876e4e0b87948290d3cc3c051212b
6
+ metadata.gz: af1bafb73cde1556ae3474d5276c755106dd56a37c46108f6c2cca7853b88d8a006bf1ed8d0f669704882182b006b33ef93a8a56cfe8efccd4e70b15ae0d8f01
7
+ data.tar.gz: 85cce76cc7d67a7b24876da3f090e5e4aa55efa190ed849fa363da93ebfecf9cbe9b7637076705d15cb20d750426deaeff6b2096377b2ef3fdd26a9e1aff32c9
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # YDoc
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/ydoc.svg)](https://badge.fury.io/rb/ydoc)
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -5,7 +5,7 @@ spec = Gem::Specification.new do |s|
5
5
  s.version = AppcomYdocRuby::VERSION
6
6
  s.author = 'Stefan Neidig'
7
7
  s.email = 's.neidig@appcom-interactive.de'
8
- s.homepage = 'http://appcom-interactive.de'
8
+ s.homepage = 'https://github.com/appcom-interactive/ydoc'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.summary = 'A description of your project'
11
11
  s.files = `git ls-files`.split("
@@ -1,3 +1,3 @@
1
1
  module AppcomYdocRuby
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ydoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Neidig
@@ -103,7 +103,7 @@ files:
103
103
  - lib/appcom-ydoc-ruby/yaml/yaml_builder.rb
104
104
  - test/default_test.rb
105
105
  - test/test_helper.rb
106
- homepage: http://appcom-interactive.de
106
+ homepage: https://github.com/appcom-interactive/ydoc
107
107
  licenses: []
108
108
  metadata: {}
109
109
  post_install_message: