m_is_for_monad 0.1.0 → 0.1.1

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 +2 -8
  3. data/lib/m/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ce99a53cc8457d98f753159da692dea65b583c3ee04daebdb8523a0f8362c58
4
- data.tar.gz: b5483861024d2a16744c0ccdd14b6dc6c75677b7b7dc8be1d9a960ef47abe0ef
3
+ metadata.gz: 246bdb7b2ccb4d5734c8be16ee95599e648259a65dc832c4d08517942cd3ebf7
4
+ data.tar.gz: 6c75d4848b1f9cdb837f35f933186a859026db0ff7015f2cf4092f95ed60d391
5
5
  SHA512:
6
- metadata.gz: e9275c6c3ef00a061e3fb025acd58b0ea2aed7c18157f17d6e6d41c6a88664b040a6aa9f7706f0737dd495fe5773b1c297886d0d7271c6e12e07f02a37777934
7
- data.tar.gz: df69dcfcdb8f3df20e0cedd1f5052306da61ad07f482598cb431e361235a5a846d3fe22503ba30434496055b4594c29da3f22ff5293180755ee6c6b53e29a297
6
+ metadata.gz: c62f422ea8a12b6df605075c037dee2a65e7af83b1ef35edf27ae28bec1b1f056fdc700272f8b6c5a0827b8f9a3cc0c8a8ea1bcf96f598790046c1e8062498bc
7
+ data.tar.gz: f841e582364b4cdc7a549d4e84a6917082d79431534164a1619c83d40b9bf6e73e7b90d4f14d5a67e04753c8505fe33ab469cc6aa39b0faa18195e58a6039bae
data/README.md CHANGED
@@ -4,24 +4,18 @@ Just a shorthand singleton module with static constructor methods to build monad
4
4
 
5
5
  ## Installation
6
6
 
7
- TODO: Replace `UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG` with your gem name right after releasing it to RubyGems.org. Please do not do it earlier due to security reasons. Alternatively, replace this section with instructions to install your gem from git if you don't plan to release to RubyGems.org.
8
-
9
7
  Install the gem and add to the application's Gemfile by executing:
10
8
 
11
9
  ```bash
12
- bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
10
+ bundle add m_is_for_monad
13
11
  ```
14
12
 
15
13
  If bundler is not being used to manage dependencies, install the gem by executing:
16
14
 
17
15
  ```bash
18
- gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
16
+ gem install m_is_for_monad
19
17
  ```
20
18
 
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
19
  ## Development
26
20
 
27
21
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
data/lib/m/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module M
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: m_is_for_monad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Semenov