diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:38:20 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:38:20 +0000 |
commit | 8342501a3b0d3d13cef9fedf7f191be54e54916f (patch) | |
tree | 2b64bab70fd03a31b0011cf1075d0fbd88a65b5c /lib/tasks/themes.rake | |
parent | a7997eae1ac3862fd49696750afed38dbaab11a4 (diff) | |
parent | 4828727896b8bf397bbcd2716e2d862e28dffe69 (diff) |
Merge branch 'rails-3-develop' into release/0.20
Diffstat (limited to 'lib/tasks/themes.rake')
-rw-r--r-- | lib/tasks/themes.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake index 4a864d141..cbd12fd86 100644 --- a/lib/tasks/themes.rake +++ b/lib/tasks/themes.rake @@ -65,6 +65,8 @@ namespace :themes do result.push usage_tag(ALAVETELI_VERSION) hotfix_match = /^(\d+\.\d+\.\d+)(\.\d+)+/.match(ALAVETELI_VERSION) result.push usage_tag(hotfix_match[1]) if hotfix_match + minor_match = /^(\d+\.\d+)(\.\d+)+/.match(ALAVETELI_VERSION) + result.push usage_tag(minor_match[1]) if minor_match result end |