Skip to content

Commit b6abf00

Browse files
committed
Release 0.4.1
1 parent c41b321 commit b6abf00

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

Gemfile.lock

+45-45
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
PATH
22
remote: .
33
specs:
4-
globalid (0.4.0)
4+
globalid (0.4.1)
55
activesupport (>= 4.2.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (4.2.5)
11-
actionview (= 4.2.5)
12-
activesupport (= 4.2.5)
13-
rack (~> 1.6)
14-
rack-test (~> 0.6.2)
15-
rails-dom-testing (~> 1.0, >= 1.0.5)
10+
actionpack (5.1.4)
11+
actionview (= 5.1.4)
12+
activesupport (= 5.1.4)
13+
rack (~> 2.0)
14+
rack-test (>= 0.6.3)
15+
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.5)
18-
activesupport (= 4.2.5)
17+
actionview (5.1.4)
18+
activesupport (= 5.1.4)
1919
builder (~> 3.1)
20-
erubis (~> 2.7.0)
21-
rails-dom-testing (~> 1.0, >= 1.0.5)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23-
activemodel (4.2.5)
24-
activesupport (= 4.2.5)
25-
builder (~> 3.1)
26-
activesupport (4.2.5)
20+
erubi (~> 1.4)
21+
rails-dom-testing (~> 2.0)
22+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
23+
activemodel (5.1.4)
24+
activesupport (= 5.1.4)
25+
activesupport (5.1.4)
26+
concurrent-ruby (~> 1.0, >= 1.0.2)
2727
i18n (~> 0.7)
28-
json (~> 1.7, >= 1.7.7)
2928
minitest (~> 5.1)
30-
thread_safe (~> 0.3, >= 0.3.4)
3129
tzinfo (~> 1.1)
32-
builder (3.2.2)
33-
erubis (2.7.0)
34-
i18n (0.7.0)
35-
json (1.8.6)
36-
loofah (2.0.3)
30+
builder (3.2.3)
31+
concurrent-ruby (1.0.5)
32+
crass (1.0.2)
33+
erubi (1.7.0)
34+
i18n (0.9.0)
35+
concurrent-ruby (~> 1.0)
36+
loofah (2.1.1)
37+
crass (~> 1.0.2)
3738
nokogiri (>= 1.5.9)
38-
mini_portile2 (2.0.0)
39-
minitest (5.8.3)
40-
nokogiri (1.6.7.1)
41-
mini_portile2 (~> 2.0.0.rc2)
42-
rack (1.6.4)
43-
rack-test (0.6.3)
44-
rack (>= 1.0)
45-
rails-deprecated_sanitizer (1.0.3)
46-
activesupport (>= 4.2.0.alpha)
47-
rails-dom-testing (1.0.7)
48-
activesupport (>= 4.2.0.beta, < 5.0)
49-
nokogiri (~> 1.6.0)
50-
rails-deprecated_sanitizer (>= 1.0.1)
51-
rails-html-sanitizer (1.0.2)
39+
method_source (0.9.0)
40+
mini_portile2 (2.3.0)
41+
minitest (5.10.3)
42+
nokogiri (1.8.1)
43+
mini_portile2 (~> 2.3.0)
44+
rack (2.0.3)
45+
rack-test (0.7.0)
46+
rack (>= 1.0, < 3)
47+
rails-dom-testing (2.0.3)
48+
activesupport (>= 4.2.0)
49+
nokogiri (>= 1.6)
50+
rails-html-sanitizer (1.0.3)
5251
loofah (~> 2.0)
53-
railties (4.2.5)
54-
actionpack (= 4.2.5)
55-
activesupport (= 4.2.5)
52+
railties (5.1.4)
53+
actionpack (= 5.1.4)
54+
activesupport (= 5.1.4)
55+
method_source
5656
rake (>= 0.8.7)
5757
thor (>= 0.18.1, < 2.0)
58-
rake (10.4.2)
59-
thor (0.19.1)
60-
thread_safe (0.3.5)
61-
tzinfo (1.2.2)
58+
rake (12.1.0)
59+
thor (0.20.0)
60+
thread_safe (0.3.6)
61+
tzinfo (1.2.3)
6262
thread_safe (~> 0.1)
6363

6464
PLATFORMS
@@ -71,4 +71,4 @@ DEPENDENCIES
7171
rake
7272

7373
BUNDLED WITH
74-
1.14.3
74+
1.15.4

globalid.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22
s.platform = Gem::Platform::RUBY
33
s.name = 'globalid'
4-
s.version = '0.4.0'
4+
s.version = '0.4.1'
55
s.summary = 'Refer to any model with a URI: gid://app/class/id'
66
s.description = 'URIs for your models makes it easy to pass references around.'
77

0 commit comments

Comments
 (0)