markov-rb 0.1.4 → 0.1.5

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: 0c050279ba4308c912ed838dd56ea6ce59d1bebd
4
- data.tar.gz: f250e4a851104eda2183b3cce60873ff0fa1efa3
3
+ metadata.gz: 5c2e811ee26f6dc6caea16cf0e33da2673bbbaad
4
+ data.tar.gz: b7038b02c8c7a8ee57d5487b395bb656e0d9763b
5
5
  SHA512:
6
- metadata.gz: 22f5baaa2c52c842886ee6f7087360729bf065483eb0b3a8198cdb9ae6d5378e0572ec4d8048bde3205005fb47ac9bc5a69fe7d67a2f826573e38d950b316ad0
7
- data.tar.gz: 26cf16c4f5bb10c850a6dade8b903b7e142ac0a9b0cfe873ee8e266f4fbaeaf743ae80948ba637f8071d63b80c83bdcd1298959ed9d2534b2da3767fcec2a196
6
+ metadata.gz: 03815934569c573932e1422d62941c6e44c1307846931caace8fa4f403e2d4897843406690bcd3428bbc63b02d85767370769f8987c56ae711238b6e243c273a
7
+ data.tar.gz: 7b2adba7bac77f13841bfbd725344249c4128a11628bc6c624c68f172b0c5f1b674659a020f74453aceab9917ebb994404693cbcfe7b4e7d8d6ce195267ff903
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- markov-rb (0.1.4)
4
+ markov-rb (0.1.5)
5
5
  oj (~> 2.16)
6
6
  ruby-progressbar (~> 1.8)
7
7
  sinatra (~> 1.4)
@@ -12,7 +12,7 @@ GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
14
  builder (3.2.2)
15
- codeclimate-test-reporter (0.5.1)
15
+ codeclimate-test-reporter (0.6.0)
16
16
  simplecov (>= 0.7.1, < 1.0.0)
17
17
  coderay (1.1.1)
18
18
  cucumber (0.10.7)
@@ -24,15 +24,16 @@ GEM
24
24
  daemons (1.2.3)
25
25
  diff-lcs (1.2.5)
26
26
  docile (1.1.5)
27
- eventmachine (1.0.9.1)
27
+ eventmachine (1.2.0.1)
28
28
  ffi (1.9.10)
29
29
  gherkin (2.4.21)
30
30
  json (>= 1.4.6)
31
- json (1.8.3)
31
+ json (2.0.1)
32
32
  kramdown (1.11.1)
33
- listen (3.0.5)
34
- rb-fsevent (>= 0.9.3)
35
- rb-inotify (>= 0.9)
33
+ listen (3.1.5)
34
+ rb-fsevent (~> 0.9, >= 0.9.4)
35
+ rb-inotify (~> 0.9, >= 0.9.7)
36
+ ruby_dep (~> 1.2)
36
37
  method_source (0.8.2)
37
38
  oj (2.16.1)
38
39
  pry (0.10.3)
@@ -48,24 +49,25 @@ GEM
48
49
  ffi (>= 0.5.0)
49
50
  rerun (0.11.0)
50
51
  listen (~> 3.0)
51
- rspec (3.4.0)
52
- rspec-core (~> 3.4.0)
53
- rspec-expectations (~> 3.4.0)
54
- rspec-mocks (~> 3.4.0)
55
- rspec-core (3.4.4)
56
- rspec-support (~> 3.4.0)
57
- rspec-expectations (3.4.0)
52
+ rspec (3.5.0)
53
+ rspec-core (~> 3.5.0)
54
+ rspec-expectations (~> 3.5.0)
55
+ rspec-mocks (~> 3.5.0)
56
+ rspec-core (3.5.0)
57
+ rspec-support (~> 3.5.0)
58
+ rspec-expectations (3.5.0)
58
59
  diff-lcs (>= 1.2.0, < 2.0)
59
- rspec-support (~> 3.4.0)
60
- rspec-mocks (3.4.1)
60
+ rspec-support (~> 3.5.0)
61
+ rspec-mocks (3.5.0)
61
62
  diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.4.0)
63
- rspec-support (3.4.1)
63
+ rspec-support (~> 3.5.0)
64
+ rspec-support (3.5.0)
64
65
  ruby-progressbar (1.8.1)
66
+ ruby_dep (1.3.1)
65
67
  rubygems-tasks (0.2.4)
66
- simplecov (0.11.2)
68
+ simplecov (0.12.0)
67
69
  docile (~> 1.1.0)
68
- json (~> 1.8)
70
+ json (>= 1.8, < 3)
69
71
  simplecov-html (~> 0.10.0)
70
72
  simplecov-html (0.10.0)
71
73
  sinatra (1.4.7)
@@ -75,14 +77,14 @@ GEM
75
77
  slop (3.6.0)
76
78
  term-ansicolor (1.3.2)
77
79
  tins (~> 1.0)
78
- thin (1.5.1)
79
- daemons (>= 1.0.9)
80
- eventmachine (>= 0.12.6)
81
- rack (>= 1.0.0)
80
+ thin (1.7.0)
81
+ daemons (~> 1.0, >= 1.0.9)
82
+ eventmachine (~> 1.0, >= 1.0.4)
83
+ rack (>= 1, < 3)
82
84
  thor (0.19.1)
83
- tilt (2.0.4)
85
+ tilt (2.0.5)
84
86
  tins (1.10.2)
85
- yard (0.8.7.6)
87
+ yard (0.9.0)
86
88
 
87
89
  PLATFORMS
88
90
  ruby