hyper-be-roda 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: 671095fe79f3d44eaf267a443711ded029229f8a54d951401c33f36333f515d8
4
- data.tar.gz: a1830537b591254ee3a4aa9c15fe31fd6ecc0742b9d129426536eeaf3bb08df2
3
+ metadata.gz: afc52d3b5e13eb588a4d8ea80df206e9892ad086e8ca38bfae8d255ffb472868
4
+ data.tar.gz: e6033aab3946356927508ba19b692f05b0e717bc1fc10164010f0463343ab680
5
5
  SHA512:
6
- metadata.gz: afce2d2d95c80de80886845f3113dc1351a5c632e1089823169966c459efb22df1934a41062c044805c1c503f4cc19a1265146aff2af77e2f41ad49cafa221fc
7
- data.tar.gz: beeeecedf5a4f3f9ec2bed4a6eaa5d035cd9c2b86ece85d4ba2dac46288ac9688d0bfddf28eae31943cbb1cd40f14215ace16702a713b5c018b42c49810e60f6
6
+ metadata.gz: 9a5c68082c497a7ad8698583ef813da9e46d4c59dd43df3f5ef22604785213377a41503e8dc1f3ba148850ec37fdd2cb9587195a122fe89f2d5fd69865c7c3b6
7
+ data.tar.gz: 4f7aa5b31ae6ac2612a3304db8e17326bb0f3f86a745afb240fa68b7250ca12e4a02fbcc36efe416b31a03e5aa9f0f806515548a2cb381238af9b848faf2e7d9
data/README.md CHANGED
@@ -1,11 +1,14 @@
1
- # roda-be-hyper
1
+ # hyper-be-roda
2
2
 
3
3
  Server side configuration and helpers for using hyper-stack with roda
4
4
 
5
5
  ## usage
6
+ `gem install hyper-be-roda` - install the gem
7
+
6
8
  `roda-hyper-it-make` - will setup a roda project with the necessary configuration
7
9
 
8
10
  options:
9
11
 
10
12
  `roda-hyper-it-make cordova` in addition to the web setup, install config for cordova
13
+
11
14
  `roda-hyper-it-make react-native` in addition to the web setup, install config for react-native (not implemented yet)
data/config/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "engines": {
3
- "node": "10.4.0",
4
- "yarn": "1.7.0"
3
+ "node": "^10.4.0",
4
+ "yarn": "^1.7.0"
5
5
  },
6
6
  "dependencies": {
7
7
  "history": "^4.7.2",
@@ -1,3 +1,3 @@
1
1
  module HyperBeRoda
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-be-roda
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
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-20 00:00:00.000000000 Z
11
+ date: 2018-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler