my_timeline 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 2df77b91d29892e17ed091a639c825a3cb09f37d
4
- data.tar.gz: 814b2abfd44a8d3797cccf37ac6205b63864ae80
3
+ metadata.gz: 5dc41e97ee667d76451c4748063224261192dc19
4
+ data.tar.gz: 7e3e7954e8bed1f8954be7ca8a9878f66b7f6627
5
5
  SHA512:
6
- metadata.gz: 96eb8f589deb31056baeacecc5d58e3199cca404942b0d58a5464d1b6d6155fcde8c788956ef8d94c657dd19f96cf6daa5666d798582b29819dc3a46774db48e
7
- data.tar.gz: d3bea660cda9ca41cfcdab852d4000ebcc83741270eeabd3e9eb36ac929cdc8db28b778ef169f42c17734e8364a003d2349404ce4e3639208f1680c57f76f0c5
6
+ metadata.gz: 0e41fdf3838665cd3fc65e0d062caf1fbae53f36cccadead28932141d8d2ebc2e07fcdc10168471b86dd26556a095d1b4dea27cae58335575ac3a9eb32eca1cd
7
+ data.tar.gz: d122dc6617636a46592fb3f35d1ae02adb82d9e962b80d37968034e6c6e4222d065407e72942eb46d6b64ffa6869f88f3ab969d5cc0c7af2c39ebfbfc64bd07b
data/README.markdown CHANGED
@@ -1,8 +1,7 @@
1
- [![Code Climate](https://codeclimate.com/github/JustinAiken/my_timeline.png)](https://codeclimate.com/github/JustinAiken/my_timeline)
2
- [![Build Status](https://secure.travis-ci.org/JustinAiken/my_timeline.png?branch=master)](http://travis-ci.org/JustinAiken/my_timeline)
3
1
 
4
- # My Timeline
5
- #### A social-media aggregation/display plugin
2
+
3
+ # My Timeline [![Code Climate](https://codeclimate.com/github/JustinAiken/my_timeline.png)](https://codeclimate.com/github/JustinAiken/my_timeline) [![Build Status](https://secure.travis-ci.org/JustinAiken/my_timeline.png?branch=master)](http://travis-ci.org/JustinAiken/my_timeline)
4
+ #### A social-media aggregation/display plugin
6
5
 
7
6
  This is a Rails Engine to help pull in content from any number of social media sites, services, or websites.
8
7
  The aggregated information is displayed in a unified timeline.
@@ -1,9 +1,8 @@
1
1
  <p>
2
- <%= link_to "show_event_path(event.id)", remote: true do %>
2
+ <%= link_to event.external_link do %>
3
3
  <%= glyph 'plus-sign' %>
4
+ <%= image_tag event.icon_path, size: "32x32" %>
4
5
  <% end %>
5
-
6
- <%= image_tag event.icon_path, size: "32x32" %>
7
6
  <%= event.happened_on %> -
8
7
  <%= raw event.description %>
9
8
  <% if @owner_viewing %>
@@ -1,3 +1,3 @@
1
1
  module MyTimeline
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_timeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Aiken
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-22 00:00:00.000000000 Z
11
+ date: 2013-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
237
237
  version: '0'
238
238
  requirements: []
239
239
  rubyforge_project:
240
- rubygems_version: 2.0.6
240
+ rubygems_version: 2.0.3
241
241
  signing_key:
242
242
  specification_version: 4
243
243
  summary: Social Media Aggregation Timeline