dune-dashboard 1.0.3 → 1.0.4

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: 035fd564bf2bff99d6ace2da349fd1efac15d8e4
4
- data.tar.gz: dba94c8efcf07a70b7f23055833825ab1cd4341c
3
+ metadata.gz: 1bfbd41a7dff61f4f3ebd95711edf1bd485b1e7f
4
+ data.tar.gz: 7fcdfe5d2e00c608e42cebba92dd98ad87bc7a06
5
5
  SHA512:
6
- metadata.gz: d2cefedbb62c6cba81dfdca892110d4d38bc6af0319e4828d8314173f9d3c6b4c8ed0491fd34f5c1c3309ce82e33fb912360b86b8e2d418cd1c8782e5d223265
7
- data.tar.gz: cb1965712325eb1d619b95786f4512d864e36b0a264b0fe494e2e6a811b2a42564a53870779b8fbc04cb264292480faf5bc38b811b3fcd8b534e5f4f8bf74c71
6
+ metadata.gz: d19dcca31146a5bdf46bd50d8ca456c3bdfee37321dea10fd27d591046e35d76f259c2cbd8ac4428bdd9390df8ef7b02f4ea1f2edaa989d7bb89c5364fb55e18
7
+ data.tar.gz: 8acee94735f11b761c29021b446e998b3b7bf020e547650326f90ae9814e6dbf48284e00a5e11a6e61d87da1d1de9502669aaf03756307d4e3e07715eeb135d0
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  rvm:
2
- - 2.1.1
2
+ - 2.1.3
3
3
 
4
4
  cache: bundler
5
5
 
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.0.4
4
+ include handlebars
5
+
3
6
  ## 1.0.3
4
7
  Local update
5
8
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dune-dashboard (1.0.2)
4
+ dune-dashboard (1.0.3)
5
5
  bootstrap-sass
6
6
  coffee-rails
7
7
  ember-rails (~> 0.16.4)
@@ -1,5 +1,6 @@
1
1
  //= require jquery
2
2
  //= require handlebars
3
+ //= require handlebars.runtime
3
4
  //= require ember
4
5
  //= require ember-data
5
6
 
@@ -9,7 +9,7 @@
9
9
  <body class='fixed'>
10
10
  <%= javascript_include_tag 'fix_bind_phantomjs' if Rails.env.test? %>
11
11
  <%= javascript_include_tag 'dune-dashboard-libs' %>
12
- <%= javascript_include_tag 'dune-dashboard-application' %>
13
12
  <%= javascript_include_tag 'dune-dashboard-templates' %>
13
+ <%= javascript_include_tag 'dune-dashboard-application' %>
14
14
  </body>
15
15
  </html>
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dune-dashboard",
3
- "version": "0.0.0",
3
+ "version": "1.0.3",
4
4
  "homepage": "https://github.com/FromUte/dune-dashboard",
5
5
  "authors": [
6
6
  "Legrand Pierre <legrand.work@gmail.com>"
@@ -1,5 +1,5 @@
1
1
  module Dune
2
2
  module Dashboard
3
- VERSION = '1.0.3'
3
+ VERSION = '1.0.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dune-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Legrand Pierre
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails