alula-plugins 0.4.11 → 0.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ module Alula
7
7
  end
8
8
 
9
9
  def self.version
10
- Alula::Plugins::VERSION
10
+ Alula::Plugins::VERSION::STRING
11
11
  end
12
12
 
13
13
  def self.install(options)
@@ -7,7 +7,7 @@ module Alula
7
7
  end
8
8
 
9
9
  def self.version
10
- Alula::Plugins::VERSION
10
+ Alula::Plugins::VERSION::STRING
11
11
  end
12
12
 
13
13
  def self.install(options)
@@ -7,7 +7,7 @@ module Alula
7
7
  end
8
8
 
9
9
  def self.version
10
- Alula::Plugins::VERSION
10
+ Alula::Plugins::VERSION::STRING
11
11
  end
12
12
 
13
13
  def self.install(options)
@@ -8,7 +8,7 @@ module Alula
8
8
  end
9
9
 
10
10
  def self.version
11
- Alula::Plugins::VERSION
11
+ Alula::Plugins::VERSION::STRING
12
12
  end
13
13
 
14
14
  def self.install(options)
@@ -8,7 +8,7 @@ module Alula
8
8
  end
9
9
 
10
10
  def self.version
11
- Alula::Plugins::VERSION
11
+ Alula::Plugins::VERSION::STRING
12
12
  end
13
13
 
14
14
  def self.install(options)
@@ -2,8 +2,8 @@ module Alula
2
2
  module Plugins
3
3
  module VERSION
4
4
  MAJOR = 0
5
- MINOR = 0
6
- PATCH = 1
5
+ MINOR = 4
6
+ PATCH = 12
7
7
  PRE = nil
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-plugins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.11
4
+ version: 0.4.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.4.11
21
+ version: 0.4.12
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.4.11
29
+ version: 0.4.12
30
30
  description: Offers simple collection of basic plugins that are not necessary needed
31
31
  for every blog.
32
32
  email: mikko@owlforestry.com