Skip to content

Commit 67d0d43

Browse files
committed
Update plugin version
1 parent ec03e2c commit 67d0d43

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

Gemfile.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ GEM
1010
simplecov (>= 0.7)
1111
term-ansicolor
1212
thor
13-
diff-lcs (1.2.5)
1413
docile (1.1.5)
15-
json_spec (1.1.4)
16-
multi_json (~> 1.0)
17-
rspec (>= 2.0, < 4.0)
1814
mime-types (2.4.3)
1915
multi_json (1.10.1)
2016
netrc (0.7.7)
@@ -25,19 +21,6 @@ GEM
2521
rest-client (1.7.2)
2622
mime-types (>= 1.16, < 3.0)
2723
netrc (~> 0.7)
28-
rspec (3.2.0)
29-
rspec-core (~> 3.2.0)
30-
rspec-expectations (~> 3.2.0)
31-
rspec-mocks (~> 3.2.0)
32-
rspec-core (3.2.1)
33-
rspec-support (~> 3.2.0)
34-
rspec-expectations (3.2.0)
35-
diff-lcs (>= 1.2.0, < 2.0)
36-
rspec-support (~> 3.2.0)
37-
rspec-mocks (3.2.1)
38-
diff-lcs (>= 1.2.0, < 2.0)
39-
rspec-support (~> 3.2.0)
40-
rspec-support (3.2.2)
4124
rubocop (0.29.1)
4225
astrolabe (~> 1.3)
4326
parser (>= 2.2.0.1, < 3.0)
@@ -60,6 +43,4 @@ PLATFORMS
6043

6144
DEPENDENCIES
6245
coveralls
63-
json_spec (~> 1.1.4)
6446
rubocop (~> 0.29.1)
65-
simplecov

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author 'Luis Maia'
2424
description 'This plugin allows the configuration of several IMAP and POP3 email accounts'\
2525
'from where emails can be fetch into Redmine'
26-
version '0.3.0'
26+
version '0.3.1'
2727
url 'https://github.com/luismaia/redmine_email_fetcher'
2828
author_url 'https://github.com/luismaia'
2929
requires_redmine version_or_higher: '2.1.0'

0 commit comments

Comments
 (0)