stones 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99131856909b95bcd8a234ecb8c9c46d218a42c7
4
- data.tar.gz: 94c2e6a97dab2a77f89a5ed25739fa3f1baef0f5
3
+ metadata.gz: fb3c9ac7bdc63fd9cfb92d8f617b4eb13d0d5ebd
4
+ data.tar.gz: 7386db63c6d2872366615d1c22f64ec4df797eaa
5
5
  SHA512:
6
- metadata.gz: 9bee3a6e1b12a0b76caab6061e786c9e776afaeb2639a0fc59feab5c07284c8f1f162019629dec1f66e929729245612db9b8434771800fb8fff5a8a6fb62ffc7
7
- data.tar.gz: 4f504d5fe5c37c3ff5341c60ecc00065304578d777f3c4200fe9c7ef69e1bdfa091cb1c1f507bc4424923d926ae1eff32864143b41efa5ff58aa1a3436b0b603
6
+ metadata.gz: 88d9fbcab334235a65044314955fabade8209bf23fdd689d08dc42d6e5e6974ee40c7bc7b805f6c03a41ff9e74d2b313c667fa2e5aedbf8b247d93fd3b2e588c
7
+ data.tar.gz: c3cb44eadfe61687d79df4df9f3f59f630c71486ed42fa5c53af22c046d1ca34034ed72aa15047b0d6dc44dc05fa8b90257f15d285a714780e234787b7818760
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.1.1
1
+ ruby-2.1.4
data/Gemfile.lock CHANGED
@@ -1,25 +1,27 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
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)
4
+ actionmailer (4.1.7)
5
+ actionpack (= 4.1.7)
6
+ actionview (= 4.1.7)
7
+ mail (~> 2.5, >= 2.5.4)
8
+ actionpack (4.1.7)
9
+ actionview (= 4.1.7)
10
+ activesupport (= 4.1.7)
9
11
  rack (~> 1.5.2)
10
12
  rack-test (~> 0.6.2)
11
- actionview (4.1.4)
12
- activesupport (= 4.1.4)
13
+ actionview (4.1.7)
14
+ activesupport (= 4.1.7)
13
15
  builder (~> 3.1)
14
16
  erubis (~> 2.7.0)
15
- activemodel (4.1.4)
16
- activesupport (= 4.1.4)
17
+ activemodel (4.1.7)
18
+ activesupport (= 4.1.7)
17
19
  builder (~> 3.1)
18
- activerecord (4.1.4)
19
- activemodel (= 4.1.4)
20
- activesupport (= 4.1.4)
20
+ activerecord (4.1.7)
21
+ activemodel (= 4.1.7)
22
+ activesupport (= 4.1.7)
21
23
  arel (~> 5.0.0)
22
- activesupport (4.1.4)
24
+ activesupport (4.1.7)
23
25
  i18n (~> 0.6, >= 0.6.9)
24
26
  json (~> 1.7, >= 1.7.7)
25
27
  minitest (~> 5.1)
@@ -27,7 +29,7 @@ GEM
27
29
  tzinfo (~> 1.1)
28
30
  arel (5.0.1.20140414130214)
29
31
  builder (3.2.2)
30
- capybara (2.4.1)
32
+ capybara (2.4.4)
31
33
  mime-types (>= 1.16)
32
34
  nokogiri (>= 1.3.3)
33
35
  rack (>= 1.0.0)
@@ -35,48 +37,67 @@ GEM
35
37
  xpath (~> 2.0)
36
38
  diff-lcs (1.2.5)
37
39
  erubis (2.7.0)
40
+ hike (1.2.3)
38
41
  i18n (0.6.11)
39
42
  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)
43
+ mail (2.6.3)
44
+ mime-types (>= 1.16, < 3)
45
+ mime-types (2.4.3)
46
+ mini_portile (0.6.1)
47
+ minitest (5.4.2)
48
+ multi_json (1.10.1)
49
+ nokogiri (1.6.4.1)
50
+ mini_portile (~> 0.6.0)
45
51
  rack (1.5.2)
46
52
  rack-test (0.6.2)
47
53
  rack (>= 1.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)
54
+ rails (4.1.7)
55
+ actionmailer (= 4.1.7)
56
+ actionpack (= 4.1.7)
57
+ actionview (= 4.1.7)
58
+ activemodel (= 4.1.7)
59
+ activerecord (= 4.1.7)
60
+ activesupport (= 4.1.7)
61
+ bundler (>= 1.3.0, < 2.0)
62
+ railties (= 4.1.7)
63
+ sprockets-rails (~> 2.0)
64
+ railties (4.1.7)
65
+ actionpack (= 4.1.7)
66
+ activesupport (= 4.1.7)
56
67
  rake (>= 0.8.7)
57
68
  thor (>= 0.18.1, < 2.0)
58
69
  rake (10.3.2)
59
- rspec-core (3.0.3)
60
- rspec-support (~> 3.0.0)
61
- rspec-expectations (3.0.3)
70
+ rspec-core (3.1.7)
71
+ rspec-support (~> 3.1.0)
72
+ rspec-expectations (3.1.2)
62
73
  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)
74
+ rspec-support (~> 3.1.0)
75
+ rspec-mocks (3.1.3)
76
+ rspec-support (~> 3.1.0)
77
+ rspec-rails (3.1.0)
67
78
  actionpack (>= 3.0)
68
79
  activesupport (>= 3.0)
69
80
  railties (>= 3.0)
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)
81
+ rspec-core (~> 3.1.0)
82
+ rspec-expectations (~> 3.1.0)
83
+ rspec-mocks (~> 3.1.0)
84
+ rspec-support (~> 3.1.0)
85
+ rspec-support (3.1.2)
75
86
  spork (0.9.2)
76
- sqlite3 (1.3.9)
87
+ sprockets (2.12.3)
88
+ hike (~> 1.2)
89
+ multi_json (~> 1.0)
90
+ rack (~> 1.0)
91
+ tilt (~> 1.1, != 1.3.0)
92
+ sprockets-rails (2.2.0)
93
+ actionpack (>= 3.0)
94
+ activesupport (>= 3.0)
95
+ sprockets (>= 2.8, < 4.0)
96
+ sqlite3 (1.3.10)
77
97
  thor (0.19.1)
78
98
  thread_safe (0.3.4)
79
- tzinfo (1.2.1)
99
+ tilt (1.4.1)
100
+ tzinfo (1.2.2)
80
101
  thread_safe (~> 0.1)
81
102
  watchr (0.7)
82
103
  xpath (2.0.0)
@@ -1,5 +1,5 @@
1
1
  - (flash || {}).each do |key, value|
2
2
  p(class="flash_#{key}") #{sanitize(value)}
3
- - if key == :notice
3
+ - if key.to_s == 'notice'
4
4
  script(type="text/javascript")
5
5
  | $('.flash_notice').fadeOut(5000, function() { $(this).remove(); });
@@ -1,3 +1,3 @@
1
1
  module Stones
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
3
  end
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.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-04 00:00:00.000000000 Z
11
+ date: 2014-12-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of, hopefully, useful files.
14
14
  email:
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 2.2.2
66
+ rubygems_version: 2.4.2
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Stones contains some basic files.