stones 0.1.9 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-gemset +1 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +59 -76
- data/MIT-LICENSE +1 -1
- data/README.md +2 -2
- data/app/views/layouts/_footer.slim +1 -1
- data/lib/stones/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254d8d9f4161b84962d5208c6f99be616d7a9b1f
|
4
|
+
data.tar.gz: f97c490d6dd0243d74b1c30d09f4c4213dc17460
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb2077d8b0d9e702dc9d5e798c990152bcad6b252b1d410b48c0d0844107164d2cab1a1949a4623d839f075a1a72a6d285cc194d2ff43b7ec9d5fdcdca40e9e2
|
7
|
+
data.tar.gz: f812de44402b816c5f7b5136940ace024fe93e3ff3e4aacd1c9f5fab78169698ac26827163e328b641533ef0877e37347b7e21421ea53de14cfd652e573360f7
|
data/.ruby-gemset
CHANGED
@@ -1 +1 @@
|
|
1
|
-
rails-4.
|
1
|
+
rails-4.1
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby-2.
|
1
|
+
ruby-2.1.1
|
data/Gemfile.lock
CHANGED
@@ -1,100 +1,83 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
actionmailer (
|
5
|
-
actionpack (
|
6
|
-
|
7
|
-
|
8
|
-
activesupport (= 4.
|
9
|
-
builder (~> 3.1.0)
|
10
|
-
erubis (~> 2.7.0)
|
4
|
+
actionmailer (0.6.1)
|
5
|
+
actionpack (>= 0.9.5)
|
6
|
+
actionpack (4.1.4)
|
7
|
+
actionview (= 4.1.4)
|
8
|
+
activesupport (= 4.1.4)
|
11
9
|
rack (~> 1.5.2)
|
12
10
|
rack-test (~> 0.6.2)
|
13
|
-
|
14
|
-
activesupport (= 4.
|
15
|
-
builder (~> 3.1
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
11
|
+
actionview (4.1.4)
|
12
|
+
activesupport (= 4.1.4)
|
13
|
+
builder (~> 3.1)
|
14
|
+
erubis (~> 2.7.0)
|
15
|
+
activemodel (4.1.4)
|
16
|
+
activesupport (= 4.1.4)
|
17
|
+
builder (~> 3.1)
|
18
|
+
activerecord (4.1.4)
|
19
|
+
activemodel (= 4.1.4)
|
20
|
+
activesupport (= 4.1.4)
|
21
|
+
arel (~> 5.0.0)
|
22
|
+
activesupport (4.1.4)
|
23
|
+
i18n (~> 0.6, >= 0.6.9)
|
24
|
+
json (~> 1.7, >= 1.7.7)
|
25
|
+
minitest (~> 5.1)
|
26
26
|
thread_safe (~> 0.1)
|
27
|
-
tzinfo (~>
|
28
|
-
arel (
|
29
|
-
|
30
|
-
|
31
|
-
capybara (2.1.0)
|
27
|
+
tzinfo (~> 1.1)
|
28
|
+
arel (5.0.1.20140414130214)
|
29
|
+
builder (3.2.2)
|
30
|
+
capybara (2.4.1)
|
32
31
|
mime-types (>= 1.16)
|
33
32
|
nokogiri (>= 1.3.3)
|
34
33
|
rack (>= 1.0.0)
|
35
34
|
rack-test (>= 0.5.4)
|
36
35
|
xpath (~> 2.0)
|
37
|
-
diff-lcs (1.2.
|
36
|
+
diff-lcs (1.2.5)
|
38
37
|
erubis (2.7.0)
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
minitest (4.7.5)
|
47
|
-
multi_json (1.7.7)
|
48
|
-
nokogiri (1.6.0)
|
49
|
-
mini_portile (~> 0.5.0)
|
50
|
-
polyglot (0.3.3)
|
38
|
+
i18n (0.6.11)
|
39
|
+
json (1.8.1)
|
40
|
+
mime-types (2.3)
|
41
|
+
mini_portile (0.6.0)
|
42
|
+
minitest (5.4.0)
|
43
|
+
nokogiri (1.6.3.1)
|
44
|
+
mini_portile (= 0.6.0)
|
51
45
|
rack (1.5.2)
|
52
46
|
rack-test (0.6.2)
|
53
47
|
rack (>= 1.0)
|
54
|
-
rails (
|
55
|
-
actionmailer (
|
56
|
-
actionpack (
|
57
|
-
activerecord (
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
railties (4.0.0)
|
63
|
-
actionpack (= 4.0.0)
|
64
|
-
activesupport (= 4.0.0)
|
48
|
+
rails (0.9.5)
|
49
|
+
actionmailer (>= 0.6.1)
|
50
|
+
actionpack (>= 1.4.0)
|
51
|
+
activerecord (>= 1.6.0)
|
52
|
+
rake (>= 0.4.15)
|
53
|
+
railties (4.1.4)
|
54
|
+
actionpack (= 4.1.4)
|
55
|
+
activesupport (= 4.1.4)
|
65
56
|
rake (>= 0.8.7)
|
66
57
|
thor (>= 0.18.1, < 2.0)
|
67
|
-
rake (10.
|
68
|
-
rspec-core (
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
58
|
+
rake (10.3.2)
|
59
|
+
rspec-core (3.0.3)
|
60
|
+
rspec-support (~> 3.0.0)
|
61
|
+
rspec-expectations (3.0.3)
|
62
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
63
|
+
rspec-support (~> 3.0.0)
|
64
|
+
rspec-mocks (3.0.3)
|
65
|
+
rspec-support (~> 3.0.0)
|
66
|
+
rspec-rails (3.0.2)
|
73
67
|
actionpack (>= 3.0)
|
74
68
|
activesupport (>= 3.0)
|
75
69
|
railties (>= 3.0)
|
76
|
-
rspec-core (~>
|
77
|
-
rspec-expectations (~>
|
78
|
-
rspec-mocks (~>
|
70
|
+
rspec-core (~> 3.0.0)
|
71
|
+
rspec-expectations (~> 3.0.0)
|
72
|
+
rspec-mocks (~> 3.0.0)
|
73
|
+
rspec-support (~> 3.0.0)
|
74
|
+
rspec-support (3.0.3)
|
79
75
|
spork (0.9.2)
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
sprockets-rails (2.0.0)
|
86
|
-
actionpack (>= 3.0)
|
87
|
-
activesupport (>= 3.0)
|
88
|
-
sprockets (~> 2.8)
|
89
|
-
sqlite3 (1.3.7)
|
90
|
-
thor (0.18.1)
|
91
|
-
thread_safe (0.1.0)
|
92
|
-
atomic
|
93
|
-
tilt (1.4.1)
|
94
|
-
treetop (1.4.14)
|
95
|
-
polyglot
|
96
|
-
polyglot (>= 0.3.1)
|
97
|
-
tzinfo (0.3.37)
|
76
|
+
sqlite3 (1.3.9)
|
77
|
+
thor (0.19.1)
|
78
|
+
thread_safe (0.3.4)
|
79
|
+
tzinfo (1.2.1)
|
80
|
+
thread_safe (~> 0.1)
|
98
81
|
watchr (0.7)
|
99
82
|
xpath (2.0.0)
|
100
83
|
nokogiri (~> 1.3)
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
data/lib/stones/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dittmar Krall
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-08-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A collection of, hopefully, useful files.
|
14
14
|
email:
|
@@ -17,9 +17,9 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- .ruby-gemset
|
21
|
-
- .ruby-version
|
22
|
-
- .watchr
|
20
|
+
- ".ruby-gemset"
|
21
|
+
- ".ruby-version"
|
22
|
+
- ".watchr"
|
23
23
|
- Gemfile
|
24
24
|
- Gemfile.lock
|
25
25
|
- MIT-LICENSE
|
@@ -53,17 +53,17 @@ require_paths:
|
|
53
53
|
- lib
|
54
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
55
|
requirements:
|
56
|
-
- -
|
56
|
+
- - ">="
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
version: '0'
|
59
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
|
-
- -
|
61
|
+
- - ">="
|
62
62
|
- !ruby/object:Gem::Version
|
63
63
|
version: '0'
|
64
64
|
requirements: []
|
65
65
|
rubyforge_project:
|
66
|
-
rubygems_version: 2.
|
66
|
+
rubygems_version: 2.2.2
|
67
67
|
signing_key:
|
68
68
|
specification_version: 4
|
69
69
|
summary: Stones contains some basic files.
|