tonka 0.0.8 → 0.0.9
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/bin/tonka +0 -0
- data/lib/tonka.rb +6 -6
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20495c5626768c9fc028446998af74cdb5e6d3ef
|
4
|
+
data.tar.gz: 71cae51a910199edbcc19cb14287dd1e602f6e35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef8b666a499f12822883e91c840554ded092da0b8b4c376825f2ee4e1a691c775f4a20b611164d982d2dc5c26a535387aa1e527f7233cdd07c6773ccd2352456
|
7
|
+
data.tar.gz: 15ac8a6774fa163c9cacbe573158b60b470238b9bf0a8635833833cc5dcf48132838f5001d3607ffad4c4ab124d9bc63706029f1c6f4d3036528ae9ccfda95d0
|
data/bin/tonka
CHANGED
File without changes
|
data/lib/tonka.rb
CHANGED
@@ -252,13 +252,13 @@ class Tonka::JS
|
|
252
252
|
|
253
253
|
def self.libraries
|
254
254
|
[
|
255
|
-
{"jquery" => "http://code.jquery.com/jquery-1.
|
256
|
-
{"underscore" => "
|
257
|
-
{"backbone" => "
|
255
|
+
{"jquery" => "http://code.jquery.com/jquery-1.11.1.min.js"},
|
256
|
+
{"underscore" => "http://underscorejs.org/underscore-min.js"},
|
257
|
+
{"backbone" => "http://backbonejs.org/backbone-min.js"},
|
258
258
|
{"handlebars" => "http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.3.0.js"},
|
259
|
-
{"d3" => "
|
260
|
-
{"raphael" => "
|
261
|
-
{"angular" => "
|
259
|
+
{"d3" => "http://d3js.org/d3.v3.min.js"},
|
260
|
+
{"raphael" => "http://cdn.rawgit.com/DmitryBaranovskiy/raphael/master/raphael-min.js"},
|
261
|
+
{"angular" => "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.13/angular.min.js"},
|
262
262
|
{"bootstrap" => "http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"}
|
263
263
|
]
|
264
264
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tonka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Omar Delarosa
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-
|
14
|
+
date: 2014-07-01 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: A static site builder, destroyer and server.
|
17
17
|
email: thedelarosa@gmail.com
|
@@ -20,8 +20,8 @@ executables:
|
|
20
20
|
extensions: []
|
21
21
|
extra_rdoc_files: []
|
22
22
|
files:
|
23
|
-
- lib/tonka.rb
|
24
23
|
- bin/tonka
|
24
|
+
- lib/tonka.rb
|
25
25
|
homepage: http://rubygems.org/gems/tonka
|
26
26
|
licenses:
|
27
27
|
- MIT
|
@@ -32,17 +32,17 @@ require_paths:
|
|
32
32
|
- lib
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
34
34
|
requirements:
|
35
|
-
- -
|
35
|
+
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '0'
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: '0'
|
43
43
|
requirements: []
|
44
44
|
rubyforge_project:
|
45
|
-
rubygems_version: 2.
|
45
|
+
rubygems_version: 2.2.0
|
46
46
|
signing_key:
|
47
47
|
specification_version: 4
|
48
48
|
summary: Tonka!
|