timeline_rails 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: f67e3c0bf921f86e4a87a8241545ec2a81ea9769
4
- data.tar.gz: f33cc0729a44b580fb9a73698735e0662b27e13e
3
+ metadata.gz: d890eb08817e2710d3f9c2f864d4bcb1bbe7dac4
4
+ data.tar.gz: 0a45687391f44baee29ac6ee5f7cd2f7b6ed4042
5
5
  SHA512:
6
- metadata.gz: 494dea5c05bab5e50a6d6a4bd2009af539d918333ac808eb3b289adf154191921e8e0a91776c6a120ed59239420d9c792e0f1cea37d22aec8082858ab3f44be8
7
- data.tar.gz: 741eea4f702aa37bc3cd3b5c71176de9e68334a9f7786fa24f260c8d76d60e919d381012310ec446472dfff640429cc7b963f69a13d8c72766d11cbb56505530
6
+ metadata.gz: 52f0492c6c426e39ca41a1d568dc73ddcd6b416f05f2d767419ec50533c8576f333f94983d39550d98e2a3f5fe733ac2ec60b88a178eb1c0f71a5fe8f0840f0c
7
+ data.tar.gz: 508433942b69d2e1d6b819eda77379576c21a026e068ee9c01cf1c30a75d9424489fd9f83039809c11048437037c522f7dabc1e47189339d1094636b16bf684b
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Build Status](https://travis-ci.org/Insynia/timeline-rails.svg?branch=master)](https://travis-ci.org/Insynia/timeline-rails)
1
+ [![Build Status](https://travis-ci.org/Insynia/timeline_rails.svg?branch=master)](https://travis-ci.org/Insynia/timeline_rails)
2
2
  [![Coverage Status](https://coveralls.io/repos/github/Insynia/timeline-rails/badge.svg?branch=master)](https://coveralls.io/github/Insynia/timeline-rails?branch=master)
3
3
  [![Code Climate](https://codeclimate.com/github/Insynia/timeline-rails/badges/gpa.svg)](https://codeclimate.com/github/Insynia/timeline-rails)
4
4
  [![Dependency Status](https://gemnasium.com/badges/github.com/Insynia/timeline-rails.svg)](https://gemnasium.com/github.com/Insynia/timeline-rails)
@@ -1,3 +1,3 @@
1
1
  module TimelineRails
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -47,6 +47,8 @@
47
47
  border-radius: 4px;
48
48
  width: 40%;
49
49
  color: black;
50
+ overflow: hidden;
51
+ word-break: break-word;
50
52
 
51
53
  h2 {
52
54
  margin-top: 0;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: timeline_rails
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
  - Thibaut Roche
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-06 00:00:00.000000000 Z
11
+ date: 2016-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler