susanoo 0.12.3 → 0.13.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa23a1fca675e44e3fd22425a3348f8dac0a5111
4
- data.tar.gz: 3e38ae1488ec5537f80c4f499c6b80e8b7270ddd
3
+ metadata.gz: d696657b00d074193759b6373ec87e72af35415a
4
+ data.tar.gz: 562bff40ed94c0117d6d3f9c063781f47141b2df
5
5
  SHA512:
6
- metadata.gz: c0dad6eba73d286cb7fc661248411bafcb0f727c2082211869181a4f6a780cc5906425fd1a9a3b3550ba2ad55e1094dbf9ef57a753608d1f910c2b5c1b198322
7
- data.tar.gz: e84a89c486b1ef4d1e5b9c935f339635bd1139486c00cd1d2788f8453cf231e6108e5fa5e206b46f807ad45e58f19bddc82da90b68fa431662afb5f5f593ea20
6
+ metadata.gz: 5872c8633c47c4845c0a6aa6f9622e7999ee92bb2be251bb46af77f81f07e3a04ebcc8786a64dca78ad1ff73ee87ac89e665d2320ac30cbf742d078e9165ece5
7
+ data.tar.gz: 73975bd00bbb6a8fcdd3594a116f570561e31064d0a9f3cacf4ed5f3b5f909f585b23c1103d6e9b599995e93faebc7ff893c1cf2823cb40d50c96ea69086c468
@@ -7,7 +7,7 @@ require 'tilt'
7
7
  require 'colorize'
8
8
  require 'lotus/router'
9
9
  require 'active_support'
10
- #require 'active_support/core_ext/string/inflections'
10
+ require 'active_support/core_ext/string/inflections'
11
11
 
12
12
  module Susanoo
13
13
  end
@@ -8,10 +8,10 @@ module Susanoo
8
8
  :name => 'temp_name',
9
9
  :dependencies => {
10
10
  # TODO: Set this to new version of angular
11
- angular: '1.2.9',
11
+ angular: '1.2.26',
12
12
  'angular-touch' => '*',
13
13
  'angular-gestures' => '*',
14
- 'angular-route' => '*',
14
+ 'angular-ui-router' => '*',
15
15
  'angular-animate' => '*',
16
16
  'angular-sanitize' => '*',
17
17
  'angular-resource' => '*',
@@ -25,7 +25,7 @@ module Susanoo
25
25
  'lodash/dist/lodash',
26
26
  'angular/angular',
27
27
  'angular-animate/angular-animate',
28
- 'angular-route/angular-route',
28
+ 'angular-ui-router/release/angular-ui-router',
29
29
  'angular-sanitize/angular-sanitize',
30
30
  'angular-touch/angular-touch',
31
31
  'angular-gestures/gestures',
@@ -1,3 +1,3 @@
1
1
  module Susanoo
2
- VERSION = '0.12.3'
2
+ VERSION = '0.13.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: susanoo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.3
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sameer Rahmani