rugular 0.9.1 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66495d81c7809d4ada83b691e1df5d927d230fb9
|
4
|
+
data.tar.gz: fa52e0d3130de3da2c22312d38c120a65180630b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6188d57f0a551bca9bf3a52ba01d91058c52557b19c70f5dac082a36e0916c441fea91377cad999e10ad0bdd3315a4fd311f45fc7c0f4c47877eabf0b037c3b5
|
7
|
+
data.tar.gz: 1e75e7756b5209fef8ca14391c6435fb4d585f2e7d699d24a76784624e25d4a2db3b426d89ff0abcc41dc60b0042318d55ae9da2d8fd967842e6f1cdfdaf40e8
|
@@ -1,5 +1,5 @@
|
|
1
|
-
describe '
|
2
|
-
beforeEach module('
|
1
|
+
describe 'appController', ->
|
2
|
+
beforeEach module('app')
|
3
3
|
|
4
4
|
$controller = undefined
|
5
5
|
|
@@ -11,8 +11,8 @@ describe '<%= camelcase_name %>Controller', ->
|
|
11
11
|
)
|
12
12
|
|
13
13
|
describe 'this.title', ->
|
14
|
-
it 'is initially set to "
|
15
|
-
controller = $controller('
|
16
|
-
expect(controller.title).toEqual '
|
14
|
+
it 'is initially set to "app"', ->
|
15
|
+
controller = $controller('appController')
|
16
|
+
expect(controller.title).toEqual 'app'
|
17
17
|
return
|
18
18
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
describe '<%= camelcase_name %>Controller', ->
|
2
|
-
beforeEach module('
|
2
|
+
beforeEach module('<%= camelcase_name %>')
|
3
3
|
|
4
4
|
$controller = undefined
|
5
5
|
|
@@ -11,7 +11,7 @@ describe '<%= camelcase_name %>Controller', ->
|
|
11
11
|
)
|
12
12
|
|
13
13
|
describe 'this.title', ->
|
14
|
-
it 'is initially set to "
|
14
|
+
it 'is initially set to "<%= camelcase_name %>"', ->
|
15
15
|
controller = $controller('<%= camelcase_name %>Controller')
|
16
16
|
expect(controller.title).toEqual '<%= camelcase_name %>'
|
17
17
|
return
|
data/lib/rugular/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rugular
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicholas Shook
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|