slinky 0.8.1 → 0.8.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: e7454d54e24a3dd4658b574d91b72f23352b481f
4
- data.tar.gz: 05f244c1d61cd33874fd3255a7272abed81c8353
3
+ metadata.gz: 7e7665c1d4876bf91c9753efa12a026e58ddba8a
4
+ data.tar.gz: 862166e06e30e03298acdfd98874d8e219775f1d
5
5
  SHA512:
6
- metadata.gz: 51eb2cc2384abeb57f85948650bbd5f959f4c4fa9cf8af5e91369b6e2b605991b239bee5f2038e2c1996999f0d90000878d328cc1d3188324c7059bd17fa43b7
7
- data.tar.gz: f518c418deecba493794d84f9d80ef860b3d8402eb1ff97e9380ea29f8c1d4253fa8ba485f73df1d7f0dbbbd5fab7ee6610e27a57dd2ff4a5f9aee7eabe5d782
6
+ metadata.gz: f8e310a7972869afcb50c235411c3fbffdfdec7b078132c12c6c0ce0dd26dce2af420ec3430611d935d3150a884cf57bad5f5408de083299c50c5f07229c5aea
7
+ data.tar.gz: f14117cee57841d9ce0339fa60205b39841723eb2e3a7736a95c86bf457d3430fcd34e403e733693b668465e7d19627e93508eb1bc8151f574eb7ffb60459b21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.1
1
+ 0.8.2
data/slinky.gemspec CHANGED
@@ -2,12 +2,12 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: slinky 0.8.1 ruby lib
5
+ # stub: slinky 0.8.2 ruby lib
6
6
  # stub: ext/transitive_closure/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "slinky"
10
- s.version = "0.8.1"
10
+ s.version = "0.8.2"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  "lib/slinky/live_reload.rb",
52
52
  "lib/slinky/manifest.rb",
53
53
  "lib/slinky/proxy_server.rb",
54
- "lib/slinky/pure_transitive_clsoure.rb",
54
+ "lib/slinky/pure_transitive_closure.rb",
55
55
  "lib/slinky/runner.rb",
56
56
  "lib/slinky/server.rb",
57
57
  "lib/slinky/templates/error.css",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slinky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Wylde
@@ -372,7 +372,7 @@ files:
372
372
  - lib/slinky/live_reload.rb
373
373
  - lib/slinky/manifest.rb
374
374
  - lib/slinky/proxy_server.rb
375
- - lib/slinky/pure_transitive_clsoure.rb
375
+ - lib/slinky/pure_transitive_closure.rb
376
376
  - lib/slinky/runner.rb
377
377
  - lib/slinky/server.rb
378
378
  - lib/slinky/templates/error.css