foreman_puppet 0.0.1 → 0.0.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
  SHA256:
3
- metadata.gz: 6f193c37b79068c2be35856e4852e16b88522a9da4bf25cb965ae00c8a7bccc1
4
- data.tar.gz: 5832ef694db8af836da23818ef7aec028bbc2411c23d5a1a6b2efe61ca23cc95
3
+ metadata.gz: 063aa962a333e59fdec2a1fb2d301eef47ae7006aebee443c48b0ec0d2311016
4
+ data.tar.gz: de47e4d6cc3f191b551e43e1fc5fd134e386129a2d85bdf61439103fa87dbc72
5
5
  SHA512:
6
- metadata.gz: a1dc463b59fa134b4b264c9a1e862bf3ff1aff28b0672e414cb6e154adb60c3b750a0a3c59d5416ddccddf56646bf701b7cb781d2c02a9080a7a635a87687f32
7
- data.tar.gz: 49fc9ccdf484e462b47f4b4824aab7da0fe9ad89de209ff7188e73e26e17be203c65f72e3887e4bae664e2db1301e6f591d8b7778a547d6c561b05d84c19510a
6
+ metadata.gz: 0b3a81c10ef66fab6dfa6e4ba9726e19080c5d8308a89eeb21232a3d35a0c8cd9ffc3b2722fbbc297a76a94c3c6470d82782a301bbf4589b37a0419461068ea6
7
+ data.tar.gz: d349b0fffba53ff1fb31c2e161a985785d47022325e3b5443c5885aba017a85fa7cae4d4234e65dee3b4be5980897ec789da9bdac21b2872abfa8afbbb7ca6df
@@ -1,3 +1,3 @@
1
1
  module ForemanPuppet
2
- VERSION = '0.0.1'.freeze
2
+ VERSION = '0.0.2'.freeze
3
3
  end
@@ -1,5 +1,5 @@
1
1
  # Autogenerated!
2
- _("Action with sub plans")
3
- _("Import facts")
4
- _("Import Puppet classes")
5
- _("Remote action:")
2
+ _('Action with sub plans')
3
+ _('Import facts')
4
+ _('Import Puppet classes')
5
+ _('Remote action:')
data/package.json ADDED
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "foreman_puppet",
3
+ "version": "1.0.0",
4
+ "description": "DESCRIPTION",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "lint": "tfm-lint --plugin -d /webpack",
8
+ "test": "tfm-test --plugin",
9
+ "test:watch": "tfm-test --plugin --watchAll",
10
+ "test:current": "tfm-test --plugin --watch",
11
+ "publish-coverage": "tfm-publish-coverage",
12
+ "stories": "tfm-stories --plugin",
13
+ "stories:build": "tfm-build-stories --plugin",
14
+ "create-react-component": "yo react-domain"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/theforeman/foreman_puppet.git"
19
+ },
20
+ "bugs": {
21
+ "url": "http://projects.theforeman.org/projects/foreman_puppet/issues"
22
+ },
23
+ "peerDependencies": {
24
+ "@theforeman/vendor": ">= 6.0.0"
25
+ },
26
+ "devDependencies": {
27
+ "@babel/core": "^7.7.0",
28
+ "@sheerun/mutationobserver-shim": "^0.3.3",
29
+ "@theforeman/builder": "^6.0.0",
30
+ "@theforeman/eslint-plugin-foreman": "^6.0.0",
31
+ "@theforeman/find-foreman": "^4.8.0",
32
+ "@theforeman/stories": "^7.0.0",
33
+ "@theforeman/test": "^8.0.0",
34
+ "@theforeman/vendor-dev": "^6.0.0",
35
+ "babel-eslint": "^10.0.3",
36
+ "eslint": "^6.7.2",
37
+ "prettier": "^1.19.1",
38
+ "stylelint-config-standard": "^18.0.0",
39
+ "stylelint": "^9.3.0"
40
+ },
41
+ "dependencies": {
42
+ "jed": "^1.1.1",
43
+ "react-intl": "^2.8.0"
44
+ }
45
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_puppet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr
@@ -192,6 +192,7 @@ files:
192
192
  - locale/en/foreman_puppet.po.time_stamp
193
193
  - locale/foreman_puppet.pot
194
194
  - locale/gemspec.rb
195
+ - package.json
195
196
  - test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
196
197
  - test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
197
198
  - test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb