noam_lemma 0.2.1 → 0.2.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87f2a65c040cab0caea74d12a7e8d58d4ed36dd1
4
- data.tar.gz: 0d9d0a71273809b6f28436a944fd69b2b9696c7e
3
+ metadata.gz: a7eb397588c86f4970ea279d375d8ad27c0a957e
4
+ data.tar.gz: a713c269ab80e02c0568ac72f4b73e3c53ed2eb4
5
5
  SHA512:
6
- metadata.gz: 1883fc59b41232681372d16811a62d4d73d135aca9fba538f74f924b693d7d3b06a3df0b8452a0db50b35a5a56b1f85ebbabdfbde15aafc75e577c677d7636d1
7
- data.tar.gz: 4933af13dc4c016f0f2038cff34c1bff9d9d6af4b83e027c6238cd52b3b71aaae389dddc58fee98f8154234e780e2285529c2a5e252d840b8d79e515a829580c
6
+ metadata.gz: 79f3177eee34fa4c385c4cc4f4007b79122a53eb7e98d6cfefed4cf12e19e44bec21515f49e9377c4be79fef148416ddddb9f080757dead0aacca886a8d1c079
7
+ data.tar.gz: 3aafc64b965e14ba84c4015da43664d0e0d9d95abb5e7ed608bf3f0a017580183deda117f03d6af2426d9f428635071ebd3240d4365173b53e658825f8a4ab8b
data/README.md CHANGED
@@ -8,11 +8,8 @@ handles registration, subscription, and message processing. All one needs to do
8
8
  to create a new Lemma in a network is interact with the Noam::Lemma class. See
9
9
  the `example/` directory in the project for further details on usage.
10
10
 
11
- Build the ruby gem from noam lemma directory
12
- `gem build noam_lemma.gemspec`
13
-
14
11
  Install the gem
15
- `gem install noam_lemma-version.gem`
12
+ `gem install noam_lemma`
16
13
 
17
14
  Known Issues
18
15
  ------------
@@ -1,3 +1,3 @@
1
1
  module NoamLemma
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: noam_lemma
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Van Enk