my_dashboard 0.4.1 → 0.4.2

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: 6921062316bf4ad1280f750f749cf920536bb003
4
- data.tar.gz: 9ed70991cdcbea1d76d96303a916f75d50d845d2
3
+ metadata.gz: 9b34a55963f36557ef2f0f5d52a0132133952c6e
4
+ data.tar.gz: ff77765420db67f911b8820b3339e1c6d14b3151
5
5
  SHA512:
6
- metadata.gz: f80dc506499fe6ac919db9a73fa39bf7e47a5da63d688ba07a6d2c65e238d8788ad42857b79061010d2eaee7032917af9479e68aab8669be17eca7e57e0d2520
7
- data.tar.gz: 3f1b4b8a365a5025e4e4e8f3eb4e3108b6783f455c9e07363d2f5e32d16aea8ae9cf867ecf4cff8ab9aec810519183d62e3b874236c849cf34807ea8dca3f83d
6
+ metadata.gz: 8ca0fcbb37668b46a1cbae8363d3d9d0bba64ff70a75aa0ec150956cf1535cab3c207222e34230ddd40f0e9d7823a93dc0fc62adb77089eade67383728e4f009
7
+ data.tar.gz: eee245de9b61b816d6caedbb9149b98203276003bf99d7974728b2722a94071c4fb1b19a4c9178e72061d2009716d392cb7de187385b1cfadae5395e9e544d8b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.2 (05/17/2016)
2
+
3
+ * Fix error with content_for method
4
+
1
5
  ## 0.4.1 (05/17/2016)
2
6
 
3
7
  * Add FlexBox support
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # my_dashboard
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/my_dashboard.svg)](https://badge.fury.io/rb/my_dashboard)
3
4
  [![Issue Count](https://codeclimate.com/github/danilovaz/my_dashboard/badges/issue_count.svg)](https://codeclimate.com/github/danilovaz/my_dashboard)
4
- [![Code Climate](https://codeclimate.com/github/danilovaz/my_dashboard/badges/gpa.svg)](https://codeclimate.com/github/danilovaz/my_dashboard)[![Coverage Status](https://coveralls.io/repos/github/danilovaz/my_dashboard/badge.svg?branch=master)](https://coveralls.io/github/danilovaz/my_dashboard?branch=master)
5
+ [![Code Climate](https://codeclimate.com/github/danilovaz/my_dashboard/badges/gpa.svg)](https://codeclimate.com/github/danilovaz/my_dashboard)
6
+ [![Coverage Status](https://coveralls.io/repos/github/danilovaz/my_dashboard/badge.svg?branch=master)](https://coveralls.io/github/danilovaz/my_dashboard?branch=master)
5
7
  [![Build Status](https://travis-ci.org/danilovaz/my_dashboard.svg?branch=master)](https://travis-ci.org/danilovaz/my_dashboard)
6
8
  [![Dependency Status](https://gemnasium.com/badges/github.com/danilovaz/my_dashboard.svg)](https://gemnasium.com/github.com/danilovaz/my_dashboard)
7
9
 
@@ -1,7 +1,3 @@
1
- <% content_for :title do %>
2
- My dashboard, so cool!
3
- <% end %>
4
-
5
1
  <div class="gridster">
6
2
  <ul>
7
3
  <li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
@@ -1,3 +1,3 @@
1
1
  module MyDashboard
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
@@ -1,7 +1,3 @@
1
- <% content_for :title do %>
2
- My dashboard, so cool!
3
- <% end %>
4
-
5
1
  <div class="gridster">
6
2
  <ul>
7
3
  <li data-row="1" data-col="1" data-sizex="2" data-sizey="1">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: my_dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Vaz