singu 0.0.3 → 0.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2742c97846e3eafc19e31335c7fdf0622873359
|
4
|
+
data.tar.gz: 13c066ba434f7ad49103fdfe051e1e6020927fdc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e25f3bc1f0a7519a2d833c828fa991982416810871b7301104286152072823713699ddc32beb4dbfe7afb306a97f6f456fd91fd0dae02da9567699bc43f1365
|
7
|
+
data.tar.gz: 5ae387890fba2ebd0ec52ea3a6270629f3e33d4247ce116b1e00a8bf519ecb775d13116d7b1423a16e9c0d6007a838860d6d59e558f7188210ad6e07a06ce782
|
data/lib/singu/version.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: singu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Darek Finster
|
@@ -240,6 +240,9 @@ files:
|
|
240
240
|
- singu.gemspec
|
241
241
|
- spec/singu_spec.rb
|
242
242
|
- spec/spec_helper.rb
|
243
|
+
- templates/angular/client/Gruntfile.js
|
244
|
+
- templates/angular/client/app/index.html
|
245
|
+
- templates/angular/client/package.json
|
243
246
|
- templates/sinatra/.gitignore
|
244
247
|
- templates/sinatra/Gemfile
|
245
248
|
- templates/sinatra/Procfile
|