jitai 0.2.20 → 0.2.21

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.20
1
+ 0.2.21
data/jitai.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jitai}
8
- s.version = "0.2.20"
8
+ s.version = "0.2.21"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kellydunn"]
data/lib/jitai/railtie.rb CHANGED
@@ -9,9 +9,11 @@ module Jitai
9
9
  end
10
10
 
11
11
  rake_tasks do
12
- desc "hack"
13
- task :hack do
14
- puts "hack"
12
+ namespace :jitai do
13
+ desc "hack"
14
+ task :refresh do
15
+ Jitai::FontManager.refresh
16
+ end
15
17
  end
16
18
  end
17
19
  end
data/lib/jitai.rb CHANGED
@@ -8,6 +8,10 @@ module Jitai
8
8
  @moz_path = "#{path}/stylesheets/fonts_moz.css"
9
9
  @ie_path = "#{path}/stylesheets/fonts_ie.css"
10
10
  end
11
+
12
+ def refresh
13
+ puts "omgah"
14
+ end
11
15
  end
12
16
 
13
17
  class Font
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jitai
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 20
10
- version: 0.2.20
9
+ - 21
10
+ version: 0.2.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn