plyushkin 0.0.7 → 0.0.8

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.
data/.gitignore CHANGED
@@ -5,3 +5,4 @@
5
5
  plyushkin*.gem
6
6
  vendor/bundle
7
7
  tags
8
+ Gemfile.lock
@@ -1,3 +1,3 @@
1
1
  module Plyushkin
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plyushkin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -72,7 +72,6 @@ files:
72
72
  - .rspec
73
73
  - .travis.yml
74
74
  - Gemfile
75
- - Gemfile.lock
76
75
  - LICENSE.txt
77
76
  - README.md
78
77
  - Rakefile
data/Gemfile.lock DELETED
@@ -1,66 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- plyushkin (0.0.6)
5
- activerecord (~> 3.2.12)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activemodel (3.2.16)
11
- activesupport (= 3.2.16)
12
- builder (~> 3.0.0)
13
- activerecord (3.2.16)
14
- activemodel (= 3.2.16)
15
- activesupport (= 3.2.16)
16
- arel (~> 3.0.2)
17
- tzinfo (~> 0.3.29)
18
- activesupport (3.2.16)
19
- i18n (~> 0.6, >= 0.6.4)
20
- multi_json (~> 1.0)
21
- addressable (2.3.5)
22
- arel (3.0.3)
23
- builder (3.0.4)
24
- coderay (1.1.0)
25
- crack (0.4.1)
26
- safe_yaml (~> 0.9.0)
27
- diff-lcs (1.2.5)
28
- i18n (0.6.9)
29
- method_source (0.8.2)
30
- multi_json (1.8.4)
31
- pry (0.9.12.4)
32
- coderay (~> 1.0)
33
- method_source (~> 0.8)
34
- slop (~> 3.4)
35
- pry-nav (0.2.3)
36
- pry (~> 0.9.10)
37
- rake (10.1.1)
38
- rspec (2.14.1)
39
- rspec-core (~> 2.14.0)
40
- rspec-expectations (~> 2.14.0)
41
- rspec-mocks (~> 2.14.0)
42
- rspec-core (2.14.7)
43
- rspec-expectations (2.14.4)
44
- diff-lcs (>= 1.1.3, < 2.0)
45
- rspec-mocks (2.14.4)
46
- safe_yaml (0.9.7)
47
- slop (3.4.7)
48
- sqlite3 (1.3.8)
49
- timecop (0.7.1)
50
- tzinfo (0.3.38)
51
- webmock (1.17.1)
52
- addressable (>= 2.2.7)
53
- crack (>= 0.3.2)
54
-
55
- PLATFORMS
56
- ruby
57
-
58
- DEPENDENCIES
59
- bundler (~> 1.3)
60
- plyushkin!
61
- pry-nav (~> 0.2.3)
62
- rake
63
- rspec (~> 2.14.1)
64
- sqlite3 (~> 1.3.8)
65
- timecop (~> 0.7.1)
66
- webmock (~> 1.17.1)