openbel-api 1.2.5-java → 1.2.6-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3fe38f765f979c938f5706d7ffe2aa591ca8812
|
4
|
+
data.tar.gz: 515df8adf6f229acdfdcedee8a8416a2c50f5bea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17d2689e9d2e3b22c67f6551531c0c67371fff2a12fbd2ae3d6dc6f3dd58b5fe424c88a3da955f1d529ff46e411073f502a1c0c0b4724e2beb88433f4c8d9cca
|
7
|
+
data.tar.gz: 405557fc46a425265506dfb0e8af092ef6187e0349bd444bdce1a2877299bbfe19693aac80a3187e3e507808b5514c23226b5d26573ecba849ebdc3447443440
|
data/README.md
CHANGED
@@ -245,7 +245,7 @@ API documentation with *Try it* functionality is available here [OpenBEL API doc
|
|
245
245
|
|
246
246
|
## Development
|
247
247
|
|
248
|
-
###
|
248
|
+
### Branches
|
249
249
|
|
250
250
|
- master branch
|
251
251
|
- Contains stable code. Releases are created from this branch using a tag (e.g. `MAJOR.MINOR.PATCH`).
|
@@ -253,7 +253,7 @@ API documentation with *Try it* functionality is available here [OpenBEL API doc
|
|
253
253
|
- next branch
|
254
254
|
- Contains unstable code. Commits should be merged into master after it stabilizes.
|
255
255
|
|
256
|
-
###
|
256
|
+
### Releases
|
257
257
|
|
258
258
|
Releases of *openbel-api* should follow these steps:
|
259
259
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.6
|