fanforce-plugin-factory 0.12.0 → 0.12.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWYyMWI2NmFmNDZmMzhlOTRlYzRjNTY1MjNjNThlN2Y1M2VhODZmMA==
4
+ OGI0NmQyY2QwN2NiNWQzZjQ3MzYwNjNhYTg3OTVmM2IwN2FjYzFmOQ==
5
5
  data.tar.gz: !binary |-
6
- YWExY2FkMzU1NzM2NzViZTBiYzI4MTI0MDk1ZGNmYzUxYTY5YWUwMA==
6
+ ODM5NTFmOGVmMmNjMGY5NGY4MjUyNDA2NWYxYTY4YmJjMmJjNjg1NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YTgyZWUxNjFlODM5ODhkOWI4NmY0N2UzZjk4MGE3YTBhYmZiZGExZjUxODhh
10
- YTg2NGUxMGZiYWQ5ZDIyYjg3MmVjMzYwNjhjNDgyM2JmZTJmMjQwNzIzNzg5
11
- MGM5MjYxMzA1NDVkYTVjZDIwZmJhMGQzNDlhMmMwZmYwN2Q3OTU=
9
+ YjgzOTNjZjM0YjI3YThhZmE5ZGE0NTMyNGFiZDVkOTQ5NTM3MjhlYzUwYWFh
10
+ Yzg5MGRmODcwNTZjYjFjMmRmMWNjZDI2NmU4MjY3ODEwODU1ZjcxMDY4ZWQ5
11
+ ZTVlODA4YmJhNWYxNTg1ZTQ5MjNhZThkMTIzNGI5MmM3YmU2NDc=
12
12
  data.tar.gz: !binary |-
13
- YTdlMmMxZDU2YTA5ZWJlYzdkNjU5NTNiNzE3YWI4Nzg5ZDdmNWFiZWRkMDQy
14
- YTQ4YThhYmZkODJhNjU1YzQzODc4NmYwOWRiMDg1MjgxNWEzMGZmZTZhOGQw
15
- MGM1NzU0YTRlMWUxODA5MTViNmE4ZDNkY2YxZWIyOGY1MDAzYjY=
13
+ OTYwNTJkOTU0ODY5OGZkZjMxMGUxNzM3MDUzNmIxYmJiZjk0YzMxOTJlZmFk
14
+ MmQxOWFmZThkNzk2MTE0MzMzMzkwYTk2NTg3YjQwMDMzMWQ4NzYzZDIyODQx
15
+ OGRlZDliMTBkODU5OGQ4NDA3NjFhODQzMDZiNTc4ZDk1NGM1MDc=
@@ -2,6 +2,7 @@ require 'fanforce/api'
2
2
  require 'fileutils'
3
3
  require 'json'
4
4
  require 'yaml'
5
+ require_relative 'plugin_factory/version'
5
6
  require_relative 'plugin_factory/sprockets/hacks'
6
7
  require_relative 'plugin_factory/sprockets/compiler'
7
8
 
@@ -1,11 +1,13 @@
1
1
  ENV['RACK_ENV'] ||= 'development'
2
2
  ####################################################################################
3
+
3
4
  require 'fanforce/api'
4
5
  require 'fanforce/workers'
5
6
  require 'active_support/all'
6
7
  require 'sinatra/base'
7
8
  require 'fileutils'
8
9
  require 'redis'
10
+ require_relative 'plugin_factory/version'
9
11
 
10
12
  if ENV['RACK_ENV'] == 'development'
11
13
  require_relative 'plugin_factory/sprockets/hacks'
@@ -1,5 +1,5 @@
1
1
  class Fanforce
2
2
  module PluginFactory
3
- VERSION = '0.12.0'
3
+ VERSION = '0.12.1'
4
4
  end
5
5
  end
@@ -1 +1,2 @@
1
+ require_relative 'plugin_factory/version'
1
2
  require_relative 'plugin_factory/config/helpers/fanforce'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fanforce-plugin-factory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caleb Clark