stones 0.1.9 → 0.2.1

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: 73107d7ce223439e447c69577602f5669d96cd8a
4
- data.tar.gz: 2dfca77e78a66f396de14a757bcb7214229ca723
3
+ metadata.gz: 254d8d9f4161b84962d5208c6f99be616d7a9b1f
4
+ data.tar.gz: f97c490d6dd0243d74b1c30d09f4c4213dc17460
5
5
  SHA512:
6
- metadata.gz: c61ecec605d6bca41146dc25518c5363c76947d6cb74cddc7073c1b077e8cc9a85234a59ae7ca5133fca2a47524124a4ddf95bf8364fedeaf46690457c591177
7
- data.tar.gz: c4999eb72e0d4c447c13b80ee3e8083c2ae00340bcb853646f5d06467e10eb8bbb4d9c2393be47c097c2a8082de8fe05938d09ccf0dc54f1819d71339aaa0c17
6
+ metadata.gz: cb2077d8b0d9e702dc9d5e798c990152bcad6b252b1d410b48c0d0844107164d2cab1a1949a4623d839f075a1a72a6d285cc194d2ff43b7ec9d5fdcdca40e9e2
7
+ data.tar.gz: f812de44402b816c5f7b5136940ace024fe93e3ff3e4aacd1c9f5fab78169698ac26827163e328b641533ef0877e37347b7e21421ea53de14cfd652e573360f7
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-4.0
1
+ rails-4.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.0.0
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 (4.0.0)
5
- actionpack (= 4.0.0)
6
- mail (~> 2.5.3)
7
- actionpack (4.0.0)
8
- activesupport (= 4.0.0)
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
- activemodel (4.0.0)
14
- activesupport (= 4.0.0)
15
- builder (~> 3.1.0)
16
- activerecord (4.0.0)
17
- activemodel (= 4.0.0)
18
- activerecord-deprecated_finders (~> 1.0.2)
19
- activesupport (= 4.0.0)
20
- arel (~> 4.0.0)
21
- activerecord-deprecated_finders (1.0.3)
22
- activesupport (4.0.0)
23
- i18n (~> 0.6, >= 0.6.4)
24
- minitest (~> 4.2)
25
- multi_json (~> 1.3)
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 (~> 0.3.37)
28
- arel (4.0.0)
29
- atomic (1.1.10)
30
- builder (3.1.4)
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.4)
36
+ diff-lcs (1.2.5)
38
37
  erubis (2.7.0)
39
- hike (1.2.3)
40
- i18n (0.6.4)
41
- mail (2.5.4)
42
- mime-types (~> 1.16)
43
- treetop (~> 1.4.8)
44
- mime-types (1.23)
45
- mini_portile (0.5.1)
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 (4.0.0)
55
- actionmailer (= 4.0.0)
56
- actionpack (= 4.0.0)
57
- activerecord (= 4.0.0)
58
- activesupport (= 4.0.0)
59
- bundler (>= 1.3.0, < 2.0)
60
- railties (= 4.0.0)
61
- sprockets-rails (~> 2.0.0)
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.1.0)
68
- rspec-core (2.14.3)
69
- rspec-expectations (2.14.0)
70
- diff-lcs (>= 1.1.3, < 2.0)
71
- rspec-mocks (2.14.1)
72
- rspec-rails (2.14.0)
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 (~> 2.14.0)
77
- rspec-expectations (~> 2.14.0)
78
- rspec-mocks (~> 2.14.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)
79
75
  spork (0.9.2)
80
- sprockets (2.10.0)
81
- hike (~> 1.2)
82
- multi_json (~> 1.0)
83
- rack (~> 1.0)
84
- tilt (~> 1.1, != 1.3.0)
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
@@ -1,4 +1,4 @@
1
- Copyright 2012 Dittmar Krall - http://matique.de
1
+ Copyright 2012-2014 Dittmar Krall - http://matique.de
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -30,5 +30,5 @@ Recommended
30
30
  ===========
31
31
 
32
32
  - rvm
33
- - ruby 1.9.3
34
- - rails 3
33
+ - ruby 2.1.1
34
+ - rails 4.1
@@ -1,5 +1,5 @@
1
1
  ruby:
2
- app = "#{APP.capitalize} #{VERSION}"
2
+ app = "#{APP.capitalize} #{APP_VERSION || VERSION}"
3
3
  if Rails.env.production?
4
4
  ruby = "Ruby #{RUBY_VERSION}"
5
5
  rails = "Rails #{Rails.version}"
@@ -1,3 +1,3 @@
1
1
  module Stones
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.1'
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.1.9
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: 2013-09-22 00:00:00.000000000 Z
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.0.3
66
+ rubygems_version: 2.2.2
67
67
  signing_key:
68
68
  specification_version: 4
69
69
  summary: Stones contains some basic files.