shuriken 0.1.2.1 → 0.1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@
41
41
  parts.join "."
42
42
 
43
43
  base.getNS: (namespace) ->
44
- parts: key.split "."
44
+ parts: namespace.split "."
45
45
  currentNS: @
46
46
  for name in parts
47
47
  return unless currentNS[name]?
data/lib/shuriken.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Shuriken
2
2
 
3
- VERSION = "0.1.2.1".freeze
3
+ VERSION = "0.1.2.2".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.1"
8
+ s.version = "0.1.2.2"
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,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 1
8
8
  - 2
9
- - 1
10
- version: 0.1.2.1
9
+ - 2
10
+ version: 0.1.2.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Darcy Laycock