my_timeline 0.0.2 → 0.0.3
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 +4 -4
- data/README.markdown +3 -4
- data/app/views/my_timeline/events/_event.html.erb +2 -3
- data/lib/my_timeline/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dc41e97ee667d76451c4748063224261192dc19
|
|
4
|
+
data.tar.gz: 7e3e7954e8bed1f8954be7ca8a9878f66b7f6627
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e41fdf3838665cd3fc65e0d062caf1fbae53f36cccadead28932141d8d2ebc2e07fcdc10168471b86dd26556a095d1b4dea27cae58335575ac3a9eb32eca1cd
|
|
7
|
+
data.tar.gz: d122dc6617636a46592fb3f35d1ae02adb82d9e962b80d37968034e6c6e4222d065407e72942eb46d6b64ffa6869f88f3ab969d5cc0c7af2c39ebfbfc64bd07b
|
data/README.markdown
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
[](https://codeclimate.com/github/JustinAiken/my_timeline)
|
|
2
|
-
[](http://travis-ci.org/JustinAiken/my_timeline)
|
|
3
1
|
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
|
|
3
|
+
# My Timeline [](https://codeclimate.com/github/JustinAiken/my_timeline) [](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
|
|
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 %>
|
data/lib/my_timeline/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
240
|
+
rubygems_version: 2.0.3
|
|
241
241
|
signing_key:
|
|
242
242
|
specification_version: 4
|
|
243
243
|
summary: Social Media Aggregation Timeline
|