Skip to content

Commit 7cbb97f

Browse files
authored
chore: release v0.4.0 (#47)
1 parent cdbd150 commit 7cbb97f

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

decidim-bulletin_board-app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "sprockets-es6"
4343

4444
gem "factory_bot_rails"
4545

46-
gem "decidim-bulletin_board", path: ".."
46+
gem "decidim-bulletin_board", "~> 0.4.0"
4747

4848
group :development, :test do
4949
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

decidim-bulletin_board-app/Gemfile.lock

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
PATH
2-
remote: ..
3-
specs:
4-
decidim-bulletin_board (0.3.2a)
5-
activemodel (>= 5.0.0.1)
6-
activesupport (>= 5.0.0.1)
7-
byebug (~> 11.0)
8-
graphlient (~> 0.4.0)
9-
jwt
10-
wisper (~> 2.0.0)
11-
121
GEM
132
remote: https://rubygems.org/
143
specs:
@@ -86,6 +75,13 @@ GEM
8675
descendants_tracker (~> 0.0.1)
8776
concurrent-ruby (1.1.7)
8877
crass (1.0.6)
78+
decidim-bulletin_board (0.4.0)
79+
activemodel (>= 5.0.0)
80+
activesupport (>= 5.0.0)
81+
byebug (~> 11.0)
82+
graphlient (~> 0.4.0)
83+
jwt (~> 2.2.2)
84+
wisper (~> 2.0.0)
8985
descendants_tracker (0.0.4)
9086
thread_safe (~> 0.3, >= 0.3.1)
9187
diff-lcs (1.4.4)
@@ -311,7 +307,7 @@ PLATFORMS
311307
DEPENDENCIES
312308
bootsnap (>= 1.4.2)
313309
byebug
314-
decidim-bulletin_board!
310+
decidim-bulletin_board (~> 0.4.0)
315311
factory_bot_rails
316312
faker (~> 1.9)
317313
graphiql-rails

decidim-bulletin_board-ruby/decidim-bulletin_board.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
2323
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
2424
s.require_paths = ["lib"]
2525

26-
s.add_dependency "activemodel", ">= 5.0.0.1"
27-
s.add_dependency "activesupport", ">= 5.0.0.1"
26+
s.add_dependency "activemodel", ">= 5.0.0"
27+
s.add_dependency "activesupport", ">= 5.0.0"
2828
s.add_dependency "byebug", "~> 11.0"
2929
s.add_dependency "graphlient", "~> 0.4.0"
30-
s.add_dependency "jwt"
30+
s.add_dependency "jwt", "~> 2.2.2"
3131
s.add_dependency "wisper", "~> 2.0.0"
3232

3333
s.add_development_dependency "rake", "~> 13.0"

decidim-bulletin_board-ruby/lib/decidim/bulletin_board/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Decidim
44
module BulletinBoard
5-
VERSION = "0.3.2a"
5+
VERSION = "0.4.0"
66
end
77
end

0 commit comments

Comments
 (0)