marley-jamaica 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/marley/jamaica.rb +1 -1
  2. metadata +1 -1
@@ -7,7 +7,7 @@ module Marley
7
7
  def initialize(opts={})
8
8
  @opts={:app_name => 'Application',:css => '', :js => ''}.merge(opts)
9
9
  @client_dir="#{File.dirname(__FILE__)}/client/"
10
- @libs = Dir.glob("#{@client_dir}*.js")
10
+ @libs = Dir.glob("#{@client_dir}*.js").sort
11
11
  @styles = [ 'jamaica.css' ]
12
12
  end
13
13
  def joint(joint_d,joint_name)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marley-jamaica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Herb Daily