boba 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/boba/version.rb +1 -1
  4. metadata +4 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ff9566546cf590673a7cadc4eec67aa44e91a3ad2d0c04610d8a8d928464a57
4
- data.tar.gz: 4e505d2aa2274290fa2beadf0d00988acf96948451c20d5a84ffa2097e3ef819
3
+ metadata.gz: 27ee83d22576856c1cc2c546cd1c49bb69ccbe5dc168858be21ffa0bce985e62
4
+ data.tar.gz: 146fd90b3e40b8db91b1a71ca8b850594922a0178ef4e8cb4a18d46ba94eaca1
5
5
  SHA512:
6
- metadata.gz: 15db509c3ae4d466b7b2a1e6e3cc863a62bc1326446be905b7945705a22aff99c09024edceb1fd82e7a6fdd6fbdca111b331b32830d236c8dadbc6f487d43692
7
- data.tar.gz: 66df338170b5d2ecb3054c05fd0b707d163b3262f7e0f6a82dcd4014abfdea6124f69b23be53b8335609b273da467b936f3cc77ae8604f32e2e9ca508318a15d
6
+ metadata.gz: c8bbdbedbc56f12ac239dd8ad75c04bc6782d2b8448dc7f289c430d9ea592458f44b3461c304daaff218689bad83c4779a701d449d14f2d6babf7c2bb06c367a
7
+ data.tar.gz: '068e9cf37630c8fd608a04280b35a46f769a432ecb6605cedbc7c03991d1cec5d6f67306a38803069e0eaa8be5f27889c362b5fb9aa622714653775540e7c88d'
data/README.md CHANGED
@@ -14,7 +14,7 @@ Boba like a collection of compilers that you can pick and choose from.
14
14
  Add Boba to your development dependencies in your gemfile:
15
15
  ```ruby
16
16
  group :development do
17
- gem 'boba'
17
+ gem 'boba', require: false
18
18
  end
19
19
  ```
20
20
 
data/lib/boba/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Boba
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boba
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
  - Angellist
@@ -52,7 +52,9 @@ files:
52
52
  homepage: https://github.com/angellist/boba
53
53
  licenses:
54
54
  - MIT
55
- metadata: {}
55
+ metadata:
56
+ source_code_uri: https://github.com/angellist/boba/tree/v0.0.2
57
+ rubygems_mfa_required: 'true'
56
58
  post_install_message:
57
59
  rdoc_options: []
58
60
  require_paths: