Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Changed the plugin VERSION to be under a smaller nested number of mod…
Browse files Browse the repository at this point in the history
…ules.
  • Loading branch information
Anthony-Gaudino committed May 15, 2016
1 parent 7c9668f commit a883bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jekyll-multiple-languages-plugin.gemspec
Expand Up @@ -5,7 +5,7 @@ require 'plugin/version'

Gem::Specification.new do |s|
s.name = "jekyll-multiple-languages-plugin"
s.version = Jekyll::Multiple::Languages::Plugin::VERSION
s.version = Jekyll::MultipleLanguagesPlugin::VERSION
s.license = "MPL2"

s.summary = %q{I18n plugin for Jekyll and Octopress}
Expand Down
9 changes: 3 additions & 6 deletions lib/plugin/version.rb
@@ -1,9 +1,6 @@
module Jekyll
module Multiple
module Languages
module Plugin
VERSION = "1.3.0"
end
end
module MultipleLanguagesPlugin
VERSION = "1.3.0"
end
end

0 comments on commit a883bb4

Please sign in to comment.