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 +4 -4
- data/README.md +1 -4
- data/lib/noam_lemma/version.rb +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: a7eb397588c86f4970ea279d375d8ad27c0a957e
|
|
4
|
+
data.tar.gz: a713c269ab80e02c0568ac72f4b73e3c53ed2eb4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
12
|
+
`gem install noam_lemma`
|
|
16
13
|
|
|
17
14
|
Known Issues
|
|
18
15
|
------------
|
data/lib/noam_lemma/version.rb
CHANGED