[Xfce4-commits] [www/moka] 07/07: Bump to moka 0.4.0 !
noreply at xfce.org
noreply at xfce.org
Sat Nov 16 18:08:22 CET 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/moka.
commit 39db4029e09fa77ad1ba20ddcd9034fd9906597d
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Mon Nov 11 15:47:42 2019 +0100
Bump to moka 0.4.0 !
- Add mysql adapter
- Tested with ruby 2.3 and 2.5; seems to works fine
---
Gemfile | 2 +-
Rakefile | 10 +++-------
VERSION.yml | 2 +-
3 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/Gemfile b/Gemfile
index 1942553..8fb6cc9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,4 +13,4 @@ gem 'dm-types'
gem 'sass'
gem 'dm-migrations'
gem 'dm-sqlite-adapter'
-
+gem 'dm-mysql-adapter'
diff --git a/Rakefile b/Rakefile
index 8e9d0e7..5162bec 100755
--- a/Rakefile
+++ b/Rakefile
@@ -7,16 +7,12 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = 'moka'
gem.summary = %Q{Release management web application}
- gem.email = 'jannis at xfce.org'
- gem.homepage = 'http://git.xfce.org/admin/moka/'
+ gem.email = 'sysadmin at xfce.org'
+ gem.homepage = 'https://git.xfce.org/www/moka/'
gem.authors = ['Jannis Pohlmann', 'Nick Schermer']
gem.files = FileList['[A-Z]*', '{examples,lib}/**/*']
+ gem.license = 'LGPL'
- gem.add_dependency('pony')
- gem.add_dependency('sinatra')
- gem.add_dependency('warden')
- gem.add_dependency('haml')
- gem.add_dependency('ratom')
end
rescue LoadError
puts 'Jeweler not available. Install it with "gem install jeweler"'
diff --git a/VERSION.yml b/VERSION.yml
index cbaf28e..8a2111f 100644
--- a/VERSION.yml
+++ b/VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
-:minor: 3
+:minor: 4
:patch: 0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list