puppet-herald 0.8.0 → 0.8.1
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 +4 -4
- data/lib/puppet-herald/database.rb +1 -0
- data/lib/puppet-herald/javascript.rb +1 -1
- data/lib/puppet-herald/version.rb +1 -1
- metadata +9 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1f37b9b61ef11d36d0c68c5daca56a429dc17a4
|
4
|
+
data.tar.gz: fa087f9b5cbbd4ba099b97c1ea434fea65cd650e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08e8e64ab666a9b906e10334b7889f2e76edd8931d04c2b6d097dc182e01cd446e90d21a3bf6449fea72d02e82368181cba647efa29de0151f991678fde98f72
|
7
|
+
data.tar.gz: 5fbbea61c277d7869e3dac56e0bb84ce50d63db9133e144fa2f904dfe3ad952faec2fb7bcd4a03b6227b2fc8ef78fcb3695c8e21dfdb2a26e1aa13131eaa126a
|
@@ -28,7 +28,7 @@ module PuppetHerald
|
|
28
28
|
def uglify(mapname)
|
29
29
|
require 'uglifier'
|
30
30
|
filenames = files
|
31
|
-
sources = filenames.collect { |file| File.read("#{@base}/#{file}") }
|
31
|
+
sources = filenames.collect { |file| File.read(PuppetHerald.relative_dir("#{@base}/#{file}")) }
|
32
32
|
source = sources.join "\n"
|
33
33
|
options = {
|
34
34
|
source_map_url: mapname,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-herald
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Suszynski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sinatra
|
@@ -185,19 +185,6 @@ files:
|
|
185
185
|
- lib/puppet-herald/public/bower_components/angular-breadcrumb/dist/angular-breadcrumb.min.js
|
186
186
|
- lib/puppet-herald/public/bower_components/angular-breadcrumb/release/angular-breadcrumb.js
|
187
187
|
- lib/puppet-herald/public/bower_components/angular-breadcrumb/release/angular-breadcrumb.min.js
|
188
|
-
- lib/puppet-herald/public/bower_components/angular-loader/README.md
|
189
|
-
- lib/puppet-herald/public/bower_components/angular-loader/angular-loader.js
|
190
|
-
- lib/puppet-herald/public/bower_components/angular-loader/angular-loader.min.js
|
191
|
-
- lib/puppet-herald/public/bower_components/angular-loader/angular-loader.min.js.map
|
192
|
-
- lib/puppet-herald/public/bower_components/angular-loader/bower.json
|
193
|
-
- lib/puppet-herald/public/bower_components/angular-loader/package.json
|
194
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/README.md
|
195
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/angular-mocks.js
|
196
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/bower.json
|
197
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/ngAnimateMock.js
|
198
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/ngMock.js
|
199
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/ngMockE2E.js
|
200
|
-
- lib/puppet-herald/public/bower_components/angular-mocks/package.json
|
201
188
|
- lib/puppet-herald/public/bower_components/angular-moment/CHANGELOG.md
|
202
189
|
- lib/puppet-herald/public/bower_components/angular-moment/CONTRIBUTING.md
|
203
190
|
- lib/puppet-herald/public/bower_components/angular-moment/Gruntfile.js
|
@@ -211,6 +198,12 @@ files:
|
|
211
198
|
- lib/puppet-herald/public/bower_components/angular-moment/karma.conf.js
|
212
199
|
- lib/puppet-herald/public/bower_components/angular-moment/package.json
|
213
200
|
- lib/puppet-herald/public/bower_components/angular-moment/tests.js
|
201
|
+
- lib/puppet-herald/public/bower_components/angular-route/README.md
|
202
|
+
- lib/puppet-herald/public/bower_components/angular-route/angular-route.js
|
203
|
+
- lib/puppet-herald/public/bower_components/angular-route/angular-route.min.js
|
204
|
+
- lib/puppet-herald/public/bower_components/angular-route/angular-route.min.js.map
|
205
|
+
- lib/puppet-herald/public/bower_components/angular-route/bower.json
|
206
|
+
- lib/puppet-herald/public/bower_components/angular-route/package.json
|
214
207
|
- lib/puppet-herald/public/bower_components/angular-ui-router/CHANGELOG.md
|
215
208
|
- lib/puppet-herald/public/bower_components/angular-ui-router/CONTRIBUTING.md
|
216
209
|
- lib/puppet-herald/public/bower_components/angular-ui-router/LICENSE
|
@@ -241,7 +234,6 @@ files:
|
|
241
234
|
- lib/puppet-herald/public/bower_components/angular/angular.min.js.gzip
|
242
235
|
- lib/puppet-herald/public/bower_components/angular/angular.min.js.map
|
243
236
|
- lib/puppet-herald/public/bower_components/angular/bower.json
|
244
|
-
- lib/puppet-herald/public/bower_components/angular/index.js
|
245
237
|
- lib/puppet-herald/public/bower_components/angular/package.json
|
246
238
|
- lib/puppet-herald/public/bower_components/bootstrap/Gruntfile.js
|
247
239
|
- lib/puppet-herald/public/bower_components/bootstrap/LICENSE
|
@@ -801,7 +793,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
801
793
|
version: '0'
|
802
794
|
requirements: []
|
803
795
|
rubyforge_project:
|
804
|
-
rubygems_version: 2.
|
796
|
+
rubygems_version: 2.2.2
|
805
797
|
signing_key:
|
806
798
|
specification_version: 4
|
807
799
|
summary: a Puppet report processor
|