jason-rails 0.7.2 → 0.7.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 +4 -4
- data/README.md +8 -0
- data/client/package.json +1 -1
- data/lib/jason/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f1ff421bf5bed33c4d2cd6002c250100dd5b3af35ae8fa959afc0223a39c62d
|
|
4
|
+
data.tar.gz: 999697ba053f7192a26cd12de431a2574c06438494968108b6903538b8bc871e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fcc8d66a00d598ee800cb873295a55200b5b0067cc0dc22277b5c850c7c336c730cb703156a753909a62b1c0af3287759054fbdc852cb8b8e3a171d356249b2
|
|
7
|
+
data.tar.gz: 1e66522e216c727c03c92b2537fd8a666ea527e6b41cf3866c6c48fed7114e43b529d145077d4598e268066f40a551f605d2180948a9940a8a3e3cf222c0afbd
|
data/README.md
CHANGED
|
@@ -173,6 +173,14 @@ Development is primarily driven by the needs of projects we're using Jason in. I
|
|
|
173
173
|
- Assess using RedisGraph for the graph diffing functionality, to see if this would provide a performance boost
|
|
174
174
|
- Improve the Typescript definitions (ie remove the abundant `any` typing currently used)
|
|
175
175
|
|
|
176
|
+
## Publishing a new version
|
|
177
|
+
- Update `version.rb`
|
|
178
|
+
- `gem build`
|
|
179
|
+
- `gem push`
|
|
180
|
+
- `npm version [major/minor/patch]`
|
|
181
|
+
- `npm publish`
|
|
182
|
+
- Push new version to Github
|
|
183
|
+
|
|
176
184
|
## License
|
|
177
185
|
|
|
178
186
|
The gem, npm package and source code in the git repository are available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/client/package.json
CHANGED
data/lib/jason/version.rb
CHANGED