analects 0.4.0 → 0.4.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/Gemfile +1 -1
- data/Gemfile.lock +2 -7
- data/lib/analects/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: 5345093482ad2be4fb98ff90e5a05fdd0de2ae49
|
|
4
|
+
data.tar.gz: 9d80b4788f573d4a9a69ad216ca76e02c5504f8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9a75ff32086bec3cc5cb59ead92c0e20408157f87f64525ecebd8e7113b3b45245fa6345b6df74f9edf108898def6d0666f6b3a63f3f56b3219c0169a3d8ae1
|
|
7
|
+
data.tar.gz: 6e0110d2077a7a9832005d3f80491e873dcd6f80d0b9d7e3f5df2deccf30306d6fb671d995351e68a4ca82e6577e57c87580ca576b2c9a869811f7b4f390b208
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -7,18 +7,13 @@ GIT
|
|
|
7
7
|
PATH
|
|
8
8
|
remote: .
|
|
9
9
|
specs:
|
|
10
|
-
analects (0.4.
|
|
10
|
+
analects (0.4.1)
|
|
11
11
|
ice_nine (~> 0.11.0)
|
|
12
12
|
inflecto (~> 0.0.2)
|
|
13
13
|
plexus-rmmseg (~> 0.1.6)
|
|
14
14
|
rubyzip (~> 1.1)
|
|
15
15
|
ting (~> 0.9.0)
|
|
16
16
|
|
|
17
|
-
PATH
|
|
18
|
-
remote: /home/arne/github/rubyzip
|
|
19
|
-
specs:
|
|
20
|
-
rubyzip (1.1.3)
|
|
21
|
-
|
|
22
17
|
GEM
|
|
23
18
|
remote: https://rubygems.org/
|
|
24
19
|
specs:
|
|
@@ -159,6 +154,7 @@ GEM
|
|
|
159
154
|
rubysl-open-uri (2.0.0)
|
|
160
155
|
rubysl-prettyprint (2.0.3)
|
|
161
156
|
rubysl-singleton (2.0.0)
|
|
157
|
+
rubyzip (1.1.0)
|
|
162
158
|
sexp_processor (4.4.2)
|
|
163
159
|
simplecov (0.8.2)
|
|
164
160
|
docile (~> 1.1.0)
|
|
@@ -221,7 +217,6 @@ DEPENDENCIES
|
|
|
221
217
|
rubysl-open-uri (~> 2.0.0)
|
|
222
218
|
rubysl-prettyprint (~> 2.0.2)
|
|
223
219
|
rubysl-singleton (~> 2.0.0)
|
|
224
|
-
rubyzip!
|
|
225
220
|
simplecov (~> 0.8.2)
|
|
226
221
|
terminal-notifier-guard (~> 1.5.3)
|
|
227
222
|
yard (~> 0.8.7)
|
data/lib/analects/version.rb
CHANGED