barsoom_utils 0.1.1.9 → 0.1.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. data/VERSION +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d76365699d8611f9d3a8a4a1679e7a088a27ade04978799c04f7aef93675c28e
4
- data.tar.gz: e6836fc1868c583fbfd6fd72755fdcc55622fcd3a6ea772cb048de63d7ea7780
3
+ metadata.gz: 45abdb537eef5db9fc294e30066bd2a4853fdcada215c47e6d5e53e16f135ed5
4
+ data.tar.gz: c805cec6389e9ffc8deb88fba73a855d707589b8afc4f871cac7c6557823c883
5
5
  SHA512:
6
- metadata.gz: b87a79da272dfcac1c506d8403b80844d0c3116eaac217d9a87a7ff3980dadcb0772c9c25e1c19713d45cb56597d751e7ff1e9c605ad70718c70d8001060924c
7
- data.tar.gz: 755719832dcfe3da93fa5ace2041848815f6bf639791be98a38ec98ab8346ad61e505f9fb6f2fec3d8cdcfa781512090f34b2106436886b59427b5180e12d719
6
+ metadata.gz: 9c674cdf164890d9615f6d86b4385dc23ba3cab17e1bf518f8abbf3414a5138111f8ee5b781ab23230aa58e37cc8f65d46b8233cc5853d49085275c3c7afa157
7
+ data.tar.gz: 10a110a12c4bb786394c77edb56a3a3f9caedbc5e2804a837dd56766f993102d321f1b1c3691a86cb8e7f1efddfc1c7e3139f9ace7b3cc266f91939b51a7bb78
data/README.md CHANGED
@@ -1,9 +1,8 @@
1
1
  # BarsoomUtils
2
2
 
3
- Barsoom Utils is our internal toolbox for small classes that we share in most of our projects.
3
+ Barsoom Utils is our toolbox for small classes that we share in most of our projects.
4
4
 
5
- This gem is intentionally not released since it's for internal use, but we keep it open
6
- source since it might have some value for others.
5
+ It's only intended for internal use, but it's public in case others find parts of it useful.
7
6
 
8
7
  ## Installation
9
8
 
@@ -57,6 +56,8 @@ inherit_gem:
57
56
  Running tests:
58
57
 
59
58
  rake
59
+
60
+ To release a new version, just push and CI takes care of it.
60
61
 
61
62
  ## Contributing
62
63
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.9
1
+ 0.1.1.10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.9
4
+ version: 0.1.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg