stigg-api-client 0.0.1.pre.b.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.0.1.pre.b.4"
4
+ VERSION = "0.1.0"
5
5
  end
data/package.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "@stigg/api-client-ruby",
3
+ "version": "0.0.1"
4
+ }
data/project.json CHANGED
@@ -1,36 +1,3 @@
1
1
  {
2
- "$schema": "../../node_modules/nx/schemas/project-schema.json",
3
- "sourceRoot": "packages/api-client-ruby/lib",
4
- "projectType": "library",
5
- "implicitDependencies": ["api-client-schema"],
6
- "targets": {
7
- "generate": {
8
- "executor": "@nrwl/workspace:run-commands",
9
- "options": {
10
- "command": "./scripts/generate.sh",
11
- "cwd": "packages/api-client-ruby"
12
- }
13
- },
14
- "publish": {
15
- "executor": "@nrwl/workspace:run-commands",
16
- "options": {
17
- "command": "./scripts/publish.sh {args.ver}",
18
- "cwd": "packages/api-client-ruby"
19
- }
20
- },
21
- "test": {
22
- "executor": "@nrwl/workspace:run-commands",
23
- "options": {
24
- "command": "bundle exec rake spec",
25
- "cwd": "packages/api-client-ruby"
26
- },
27
- "dependsOn": [
28
- {
29
- "projects": "self",
30
- "target": "generate"
31
- }
32
- ]
33
- }
34
- },
35
- "tags": []
2
+ "$schema": "../../node_modules/nx/schemas/project-schema.json"
36
3
  }