jitai 0.3.1 → 0.3.2

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.
Files changed (5) hide show
  1. data/VERSION +1 -1
  2. data/jitai.gemspec +33 -35
  3. data/lib/jitai/railtie.rb +3 -0
  4. metadata +6 -7
  5. data/.gitignore +0 -21
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
data/jitai.gemspec CHANGED
@@ -1,61 +1,59 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{jitai}
8
- s.version = "0.3.1"
8
+ s.version = "0.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kellydunn"]
12
- s.date = %q{2010-11-16}
12
+ s.date = %q{2011-01-10}
13
13
  s.description = %q{CSS custom font consolidator}
14
14
  s.email = %q{defaultstring@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.textile"
17
+ "README.textile"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.textile",
24
- "Rakefile",
25
- "VERSION",
26
- "jitai.gemspec",
27
- "lib/jitai.rb",
28
- "lib/jitai/jitai.rake",
29
- "lib/jitai/railtie.rb",
30
- "lib/rake/jitaitask.rb",
31
- "lib/tasks/jitai.rake",
32
- "lib/ttf2eot/ChangeLog",
33
- "lib/ttf2eot/Makefile",
34
- "lib/ttf2eot/OpenTypeUtilities.cpp",
35
- "lib/ttf2eot/OpenTypeUtilities.h",
36
- "lib/ttf2eot/OpenTypeUtilities.o",
37
- "lib/ttf2eot/README",
38
- "lib/ttf2eot/ttf2eot",
39
- "lib/ttf2eot/ttf2eot.cpp",
40
- "lib/ttf2eot/ttf2eot.o",
41
- "public/fonts/yardsale.eot",
42
- "public/fonts/yardsale.ttf",
43
- "public/stylesheets/fonts_ie.css",
44
- "public/stylesheets/fonts_moz.css",
45
- "rails/init.rb",
46
- "spec/jitai_spec.rb",
47
- "spec/rake/jitaitask_spec.rb",
48
- "spec/spec_helper.rb"
21
+ "LICENSE",
22
+ "README.textile",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "jitai.gemspec",
26
+ "lib/jitai.rb",
27
+ "lib/jitai/jitai.rake",
28
+ "lib/jitai/railtie.rb",
29
+ "lib/rake/jitaitask.rb",
30
+ "lib/tasks/jitai.rake",
31
+ "lib/ttf2eot/ChangeLog",
32
+ "lib/ttf2eot/Makefile",
33
+ "lib/ttf2eot/OpenTypeUtilities.cpp",
34
+ "lib/ttf2eot/OpenTypeUtilities.h",
35
+ "lib/ttf2eot/OpenTypeUtilities.o",
36
+ "lib/ttf2eot/README",
37
+ "lib/ttf2eot/ttf2eot",
38
+ "lib/ttf2eot/ttf2eot.cpp",
39
+ "lib/ttf2eot/ttf2eot.o",
40
+ "public/fonts/yardsale.eot",
41
+ "public/fonts/yardsale.ttf",
42
+ "public/stylesheets/fonts_ie.css",
43
+ "public/stylesheets/fonts_moz.css",
44
+ "rails/init.rb",
45
+ "spec/jitai_spec.rb",
46
+ "spec/rake/jitaitask_spec.rb",
47
+ "spec/spec_helper.rb"
49
48
  ]
50
49
  s.homepage = %q{http://github.com/kellydunn/jitai}
51
- s.rdoc_options = ["--charset=UTF-8"]
52
50
  s.require_paths = ["lib"]
53
51
  s.rubygems_version = %q{1.3.7}
54
52
  s.summary = %q{CSS custom font consolidator}
55
53
  s.test_files = [
56
54
  "spec/jitai_spec.rb",
57
- "spec/rake/jitaitask_spec.rb",
58
- "spec/spec_helper.rb"
55
+ "spec/rake/jitaitask_spec.rb",
56
+ "spec/spec_helper.rb"
59
57
  ]
60
58
 
61
59
  if s.respond_to? :specification_version then
data/lib/jitai/railtie.rb CHANGED
@@ -4,9 +4,12 @@ require 'rails'
4
4
  module Jitai
5
5
  class Railtie < Rails::Railtie
6
6
 
7
+ =begin
8
+ Don't think I need this anymore~
7
9
  initializer "jitai.initialization" do |app|
8
10
  app.middleware.use Jitai::Middleware
9
11
  end
12
+ =end
10
13
 
11
14
  rake_tasks do
12
15
  namespace :jitai do
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: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-16 00:00:00 -08:00
18
+ date: 2011-01-10 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -45,7 +45,6 @@ extra_rdoc_files:
45
45
  - README.textile
46
46
  files:
47
47
  - .document
48
- - .gitignore
49
48
  - LICENSE
50
49
  - README.textile
51
50
  - Rakefile
@@ -78,8 +77,8 @@ homepage: http://github.com/kellydunn/jitai
78
77
  licenses: []
79
78
 
80
79
  post_install_message:
81
- rdoc_options:
82
- - --charset=UTF-8
80
+ rdoc_options: []
81
+
83
82
  require_paths:
84
83
  - lib
85
84
  required_ruby_version: !ruby/object:Gem::Requirement
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC