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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/tonka +0 -0
  3. data/lib/tonka.rb +6 -6
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 80ab1963929f695dd1a940c4c4e8de68656e5294
4
- data.tar.gz: 016397b1485704bb6df981da7832d0f220a057c6
3
+ metadata.gz: 20495c5626768c9fc028446998af74cdb5e6d3ef
4
+ data.tar.gz: 71cae51a910199edbcc19cb14287dd1e602f6e35
5
5
  SHA512:
6
- metadata.gz: 1ec5162b38446de9927b40216b24215dc5f5547da9ba9b750a1a130c6417a0879666ca2fcde2fd9c5a7182522c33debf6d0bf6c9152d5072e16e8cf3bd57c7e9
7
- data.tar.gz: 3885e54e2bf74070597b5b3020432b5615a832dffd76f2038fffe2722b5038c954c5911e982c4897be534b144fdd98c6e69e82cb80aa09b27fca12003aa9e029
6
+ metadata.gz: ef8b666a499f12822883e91c840554ded092da0b8b4c376825f2ee4e1a691c775f4a20b611164d982d2dc5c26a535387aa1e527f7233cdd07c6773ccd2352456
7
+ data.tar.gz: 15ac8a6774fa163c9cacbe573158b60b470238b9bf0a8635833833cc5dcf48132838f5001d3607ffad4c4ab124d9bc63706029f1c6f4d3036528ae9ccfda95d0
data/bin/tonka CHANGED
File without changes
@@ -252,13 +252,13 @@ class Tonka::JS
252
252
 
253
253
  def self.libraries
254
254
  [
255
- {"jquery" => "http://code.jquery.com/jquery-1.10.2.min.js"},
256
- {"underscore" => "https://raw.github.com/jashkenas/underscore/master/underscore.js"},
257
- {"backbone" => "https://raw.github.com/jashkenas/backbone/master/backbone.js"},
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" => "https://raw.github.com/mbostock/d3/master/d3.min.js"},
260
- {"raphael" => "https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael-min.js"},
261
- {"angular" => "https://raw.github.com/angular/angular.js/master/src/Angular.js"},
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.8
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-02-26 00:00:00.000000000 Z
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.1.11
45
+ rubygems_version: 2.2.0
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: Tonka!