locomotive_plugin_joiner 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 998cbc90cab1a0f4a716ff86eeaa6e6d61605d0c
4
- data.tar.gz: 9a523e0112604998d9a45687809cbe1d0ab850a5
3
+ metadata.gz: 03f63ddbba5733a4ec83a9d37cf7589cc0c9aa2b
4
+ data.tar.gz: 9fcc3329ba088194982ec5e44d8e3982e67b2f21
5
5
  SHA512:
6
- metadata.gz: b483f9cdada3d3d40eaaa55e587bf405807aebdd1f75d7acab4c5da561114bcd1ef50a0fafaba3a8468e3ea63376e08dd98def6ae6510de067a9ffe97b463b4b
7
- data.tar.gz: b8ef97205542dd7e826e193ab824e8eceab98df8f3f646f9690090e17049c4063a7d3506243357c55145c65bec60d2d531c28ff8f6de114112aae49da36004ad
6
+ metadata.gz: 950dddab23614e49be163caf346f1ffd6f3d68da60c1dfdedff421722ed566b11264bded4e895bab10b5142c90e9092e46d72433c0e8e345b01065efbcb1adfd
7
+ data.tar.gz: cde11c3a1cc729f9cb49622f13b38bb87b997e9f888aaf3666fb646c2fd91b492c0cb0c2dfa539669152b48fb9b3d28391db7d4e2f20c691f30c663a75e856c5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -22,6 +22,11 @@ end
22
22
 
23
23
  class LocomotivePluginJoiner
24
24
  include Locomotive::Plugin
25
+
26
+ def self.plugin_loaded
27
+ puts "joiner plugin LOADED :D :D :D"
28
+ end
29
+
25
30
  def self.liquid_filters
26
31
  Filters
27
32
  end
Binary file
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: locomotive_plugin_joiner 0.1.2 ruby lib
5
+ # stub: locomotive_plugin_joiner 0.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "locomotive_plugin_joiner"
9
- s.version = "0.1.2"
9
+ s.version = "0.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
27
27
  "Rakefile",
28
28
  "VERSION",
29
29
  "lib/locomotive_plugin_joiner.rb",
30
+ "locomotive_plugin_joiner-0.1.2.gem",
30
31
  "locomotive_plugin_joiner.gemspec",
31
32
  "test/helper.rb",
32
33
  "test/test_locomotive_plugin_joiner.rb"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_plugin_joiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'Markus Roth '
@@ -96,6 +96,7 @@ files:
96
96
  - Rakefile
97
97
  - VERSION
98
98
  - lib/locomotive_plugin_joiner.rb
99
+ - locomotive_plugin_joiner-0.1.2.gem
99
100
  - locomotive_plugin_joiner.gemspec
100
101
  - test/helper.rb
101
102
  - test/test_locomotive_plugin_joiner.rb