stones 1.0.0 → 1.0.1

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: 604109717f1a47ecc8307f48891a444ed1ed9bcd
4
- data.tar.gz: fc05e2ecbf6f04cd4512ad51e8be96f5db1f4963
3
+ metadata.gz: ce70259bcf3c6cad7507b6592d1c987d8694a2e5
4
+ data.tar.gz: e5dbecbc38a60cedca1f9ca0784a00657d0a426a
5
5
  SHA512:
6
- metadata.gz: bbd267725493622dae6fb4edd695220d7207c221c87d0341e15b7eeec2d62a49fafeb64bfe3609971913912ea4b79e612bb02e74b529b193c4a2fa2ca1a92902
7
- data.tar.gz: 0921412e96b93a978354125282b62e31cb8a3bbcbdb0f5023f2ab93681828719429be4871592cdf0d9bf8effc3e65dc504a18d4841f8e8dacbd832a77b5fe24a
6
+ metadata.gz: f6809fd25e8053779a5249438b37046c3ccc728a0b94ca2e70a88c35eafeaf7259a3ae7ec60cdf00cc1fbf2d143f2d441584f456178327d96b11088cb623d16e
7
+ data.tar.gz: 7af11f6b438ec276f3f80e5bf24b157b25390fd3b7b1a3d215dbe9a47bfcb6dcc936d18aaeb35c3756e6e01fa4c42bfdfb9285ce7dc4cd44537c6481ea42cbc7
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'rails', '= 5.0.0.beta4', '< 5.1'
3
+ gem 'rails'
data/Gemfile.lock CHANGED
@@ -1,40 +1,40 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actioncable (5.0.0.beta4)
5
- actionpack (= 5.0.0.beta4)
4
+ actioncable (5.0.0)
5
+ actionpack (= 5.0.0)
6
6
  nio4r (~> 1.2)
7
7
  websocket-driver (~> 0.6.1)
8
- actionmailer (5.0.0.beta4)
9
- actionpack (= 5.0.0.beta4)
10
- actionview (= 5.0.0.beta4)
11
- activejob (= 5.0.0.beta4)
8
+ actionmailer (5.0.0)
9
+ actionpack (= 5.0.0)
10
+ actionview (= 5.0.0)
11
+ activejob (= 5.0.0)
12
12
  mail (~> 2.5, >= 2.5.4)
13
- rails-dom-testing (~> 1.0, >= 1.0.5)
14
- actionpack (5.0.0.beta4)
15
- actionview (= 5.0.0.beta4)
16
- activesupport (= 5.0.0.beta4)
17
- rack (~> 2.x)
13
+ rails-dom-testing (~> 2.0)
14
+ actionpack (5.0.0)
15
+ actionview (= 5.0.0)
16
+ activesupport (= 5.0.0)
17
+ rack (~> 2.0)
18
18
  rack-test (~> 0.6.3)
19
- rails-dom-testing (~> 1.0, >= 1.0.5)
19
+ rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.0.0.beta4)
22
- activesupport (= 5.0.0.beta4)
21
+ actionview (5.0.0)
22
+ activesupport (= 5.0.0)
23
23
  builder (~> 3.1)
24
24
  erubis (~> 2.7.0)
25
- rails-dom-testing (~> 1.0, >= 1.0.5)
25
+ rails-dom-testing (~> 2.0)
26
26
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- activejob (5.0.0.beta4)
28
- activesupport (= 5.0.0.beta4)
27
+ activejob (5.0.0)
28
+ activesupport (= 5.0.0)
29
29
  globalid (>= 0.3.6)
30
- activemodel (5.0.0.beta4)
31
- activesupport (= 5.0.0.beta4)
32
- activerecord (5.0.0.beta4)
33
- activemodel (= 5.0.0.beta4)
34
- activesupport (= 5.0.0.beta4)
30
+ activemodel (5.0.0)
31
+ activesupport (= 5.0.0)
32
+ activerecord (5.0.0)
33
+ activemodel (= 5.0.0)
34
+ activesupport (= 5.0.0)
35
35
  arel (~> 7.0)
36
- activesupport (5.0.0.beta4)
37
- concurrent-ruby (~> 1.0)
36
+ activesupport (5.0.0)
37
+ concurrent-ruby (~> 1.0, >= 1.0.2)
38
38
  i18n (~> 0.7)
39
39
  minitest (~> 5.1)
40
40
  tzinfo (~> 1.1)
@@ -45,55 +45,52 @@ GEM
45
45
  globalid (0.3.6)
46
46
  activesupport (>= 4.1.0)
47
47
  i18n (0.7.0)
48
- json (1.8.3)
49
48
  loofah (2.0.3)
50
49
  nokogiri (>= 1.5.9)
51
50
  mail (2.6.4)
52
51
  mime-types (>= 1.16, < 4)
53
52
  method_source (0.8.2)
54
- mime-types (3.0)
53
+ mime-types (3.1)
55
54
  mime-types-data (~> 3.2015)
56
- mime-types-data (3.2016.0221)
57
- mini_portile2 (2.0.0)
55
+ mime-types-data (3.2016.0521)
56
+ mini_portile2 (2.1.0)
58
57
  minitest (5.9.0)
59
58
  nio4r (1.2.1)
60
- nokogiri (1.6.7.2)
61
- mini_portile2 (~> 2.0.0.rc2)
62
- rack (2.0.0.rc1)
63
- json
59
+ nokogiri (1.6.8)
60
+ mini_portile2 (~> 2.1.0)
61
+ pkg-config (~> 1.1.7)
62
+ pkg-config (1.1.7)
63
+ rack (2.0.1)
64
64
  rack-test (0.6.3)
65
65
  rack (>= 1.0)
66
- rails (5.0.0.beta4)
67
- actioncable (= 5.0.0.beta4)
68
- actionmailer (= 5.0.0.beta4)
69
- actionpack (= 5.0.0.beta4)
70
- actionview (= 5.0.0.beta4)
71
- activejob (= 5.0.0.beta4)
72
- activemodel (= 5.0.0.beta4)
73
- activerecord (= 5.0.0.beta4)
74
- activesupport (= 5.0.0.beta4)
66
+ rails (5.0.0)
67
+ actioncable (= 5.0.0)
68
+ actionmailer (= 5.0.0)
69
+ actionpack (= 5.0.0)
70
+ actionview (= 5.0.0)
71
+ activejob (= 5.0.0)
72
+ activemodel (= 5.0.0)
73
+ activerecord (= 5.0.0)
74
+ activesupport (= 5.0.0)
75
75
  bundler (>= 1.3.0, < 2.0)
76
- railties (= 5.0.0.beta4)
76
+ railties (= 5.0.0)
77
77
  sprockets-rails (>= 2.0.0)
78
- rails-deprecated_sanitizer (1.0.3)
79
- activesupport (>= 4.2.0.alpha)
80
- rails-dom-testing (1.0.7)
81
- activesupport (>= 4.2.0.beta, < 5.0)
78
+ rails-dom-testing (2.0.1)
79
+ activesupport (>= 4.2.0, < 6.0)
82
80
  nokogiri (~> 1.6.0)
83
- rails-deprecated_sanitizer (>= 1.0.1)
84
81
  rails-html-sanitizer (1.0.3)
85
82
  loofah (~> 2.0)
86
- railties (5.0.0.beta4)
87
- actionpack (= 5.0.0.beta4)
88
- activesupport (= 5.0.0.beta4)
83
+ railties (5.0.0)
84
+ actionpack (= 5.0.0)
85
+ activesupport (= 5.0.0)
89
86
  method_source
90
87
  rake (>= 0.8.7)
91
88
  thor (>= 0.18.1, < 2.0)
92
- rake (11.1.2)
93
- sprockets (3.6.0)
89
+ rake (11.2.2)
90
+ sprockets (3.6.3)
94
91
  concurrent-ruby (~> 1.0)
95
92
  rack (> 1, < 3)
96
- sprockets-rails (3.0.4)
93
+ sprockets-rails (3.1.1)
97
94
  actionpack (>= 4.0)
98
95
  activesupport (>= 4.0)
99
96
  sprockets (>= 3.0.0)
@@ -101,7 +98,7 @@ GEM
101
98
  thread_safe (0.3.5)
102
99
  tzinfo (1.2.2)
103
100
  thread_safe (~> 0.1)
104
- websocket-driver (0.6.3)
101
+ websocket-driver (0.6.4)
105
102
  websocket-extensions (>= 0.1.0)
106
103
  websocket-extensions (0.1.2)
107
104
 
@@ -109,7 +106,7 @@ PLATFORMS
109
106
  ruby
110
107
 
111
108
  DEPENDENCIES
112
- rails (= 5.0.0.beta4, < 5.1)
109
+ rails
113
110
 
114
111
  BUNDLED WITH
115
112
  1.12.2
@@ -1,3 +1,3 @@
1
1
  module Stones
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
data/stones.gemspec CHANGED
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
  # s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_development_dependency 'bundler'
22
- s.add_development_dependency 'rake'
21
+ s.add_development_dependency 'bundler', '~> 0'
22
+ s.add_development_dependency 'rake', '~> 0'
23
23
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stones
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.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: 2016-06-15 00:00:00.000000000 Z
11
+ date: 2016-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  description: A collection of, hopefully, useful files.