foreman_statistics 0.1.2 → 0.1.3

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
  SHA256:
3
- metadata.gz: c2535d7ffe5c9d9e7d594d61a1ed6e5fbed330c3b5739a3792ce78910c365ef2
4
- data.tar.gz: 8be508f7afacb9d168013e7d5a101e57dd775107f4d3aa12211b252d5a3bfe94
3
+ metadata.gz: 04f2e0c985cab00b83985bacac5d7bd98c093137c29ee2079ab0efa90ed55adc
4
+ data.tar.gz: a0f5a576e915cfdc64adb3fa4c6558a44aa92c8aa5cc081d3e007f3e06f6879b
5
5
  SHA512:
6
- metadata.gz: 1849bc62e6be28e6572727e87afaeba9c9e803643d0de003a0d903a81ba3b5a6a964755a1ebc734054ab1e09cd5116135b34d5392a2eb41e653d956dac1b9973
7
- data.tar.gz: 0fa5e7507dcc8d5e75755cdbd8fd7e70195e1bc1fa37c037c0d00740da2771446fec24b49dbbed50dfe4b7d6e7d45a7c6386e5261cd5329e49bffac0808f8946
6
+ metadata.gz: fa78c311e2d59333e2fb2b43aaaf998805c358919450e5f8e82fdca7d38a725b16b3bbf8373e88d07784fc43c0564bc73d521cc47b20a9268f0c004bd1042055
7
+ data.tar.gz: e6d653c21cbb859740aaab5ed524d583ef6d866c6e9a27e6567440047eec4b0d2df8d2fb39efe595848eb41fbc8ebd0616770d9976318ae599502c85b286fe79
@@ -1,3 +1,3 @@
1
1
  module ForemanStatistics
2
- VERSION = '0.1.2'.freeze
2
+ VERSION = '0.1.3'.freeze
3
3
  end
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "foreman_statistics",
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_statistics.git"
19
+ },
20
+ "bugs": {
21
+ "url": "http://projects.theforeman.org/projects/foreman_statistics/issues"
22
+ },
23
+ "peerDependencies": {
24
+ "@theforeman/vendor": ">= 4.0.2"
25
+ },
26
+ "dependencies": {
27
+ "react-intl": "^2.8.0"
28
+ },
29
+ "devDependencies": {
30
+ "@babel/core": "^7.7.0",
31
+ "@theforeman/builder": "^4.0.2",
32
+ "@theforeman/eslint-plugin-foreman": "4.0.5",
33
+ "@theforeman/stories": "^4.0.2",
34
+ "@theforeman/test": "^4.0.2",
35
+ "@theforeman/vendor-dev": "^4.0.2",
36
+ "babel-eslint": "^10.0.3",
37
+ "eslint": "^6.7.2",
38
+ "prettier": "^1.13.5",
39
+ "stylelint-config-standard": "^18.0.0",
40
+ "stylelint": "^9.3.0"
41
+ }
42
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_statistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondrej Ezr
@@ -145,6 +145,7 @@ files:
145
145
  - locale/en/foreman_statistics.po
146
146
  - locale/foreman_statistics.pot
147
147
  - locale/gemspec.rb
148
+ - package.json
148
149
  - test/factories/foreman_statistics_factories.rb
149
150
  - test/fixtures/permissions.yml
150
151
  - test/fixtures/settings.yml