shuriken 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -111,12 +111,11 @@
111
111
  @children: []
112
112
  parent.hasChildNamespace(@) if parent?
113
113
  @
114
- namespace.prototype: sharedPrototype
115
- new namespace name, parent
114
+ namespace.prototype: sharedPrototype
115
+ new namespace name, parent
116
116
 
117
117
  Shuriken.defineExtension: (closure) ->
118
118
  for namespace in Shuriken.namespaces
119
- console.log namespace
120
119
  scopedClosure closure, namespace
121
120
  Shuriken.extensions.push closure
122
121
 
data/lib/shuriken.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Shuriken
2
2
 
3
- VERSION = "0.1.2".freeze
3
+ VERSION = "0.1.2.1".freeze
4
4
 
5
5
  def self.register_framework!
6
6
  Barista::Framework.register 'shuriken', File.expand_path('../coffeescripts', File.dirname(__FILE__))
data/shuriken.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{shuriken}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Darcy Laycock"]
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 2
9
- version: 0.1.2
9
+ - 1
10
+ version: 0.1.2.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Darcy Laycock