rugular 0.7.1 → 0.7.2

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: 9984dbdfd23f8ca2e33329b9a885207a4995b305
4
- data.tar.gz: a715174ffa8e23b19ea7dbf202076bcecd794852
3
+ metadata.gz: a7f5171f108bbfa3df5456db4f7b6801d98810f6
4
+ data.tar.gz: d9069bc9307244420345f7d14f430346f08a5af4
5
5
  SHA512:
6
- metadata.gz: 29352b360c55f4147d32c6b07c500fe2a75903914a4497b4dad95360cee1a534585a10eaf02fce4289e34061f68641bbde664789860f70bc635d7073b4eb9eb1
7
- data.tar.gz: 312329acdbf540b6381c7fc45f01136a5f3d46e51ff05945cca39206c75e247394a8981952d97f520a7677d7e9f600d40f90108c4946c9622cc215401c84c718
6
+ metadata.gz: ce98fcd5279cd45d9984d903a684d3700bf9dbb17f52282e4590fc453af297c1d648f4763e459546b0a967d384458c6f9f16c2a4fca2edde8ff3f735e9858ac2
7
+ data.tar.gz: ce228b6ff1bc086b58bc51d8fc2a8660bc5001cc1b05d03aba41c07d10ee722abe4171639213bbff5ca3fed4867d3e72cdd9fdc73e517c26f72ec1680aa31afa
@@ -10,6 +10,7 @@ module Rugular
10
10
  Dir.glob('src/app/**/*.module.coffee') +
11
11
  Dir.glob('src/app/**/*.config.coffee') +
12
12
  Dir.glob('src/app/**/*.constant.coffee') +
13
+ Dir.glob('src/app/**/*.factory.coffee') +
13
14
  Dir.glob('src/app/**/*.controller.coffee') +
14
15
  Dir.glob('src/app/**/*.routes.coffee')
15
16
  end
@@ -1,3 +1,3 @@
1
1
  module Rugular
2
- VERSION = '0.7.1'
2
+ VERSION = '0.7.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rugular
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Shook
@@ -369,7 +369,7 @@ files:
369
369
  - lib/rugular/templates/new/src/app/app.module.coffee
370
370
  - lib/rugular/templates/new/src/app/app.routes.coffee
371
371
  - lib/rugular/templates/new/src/app/app.sass
372
- - lib/rugular/templates/new/src/app/backend.contsant.coffee
372
+ - lib/rugular/templates/new/src/app/backend.constant.coffee
373
373
  - lib/rugular/templates/new/src/favicon.ico
374
374
  - lib/rugular/templates/new/test/spec_helper.js
375
375
  - lib/rugular/templates/new_erb/bower.json.erb