jitai 0.2.17 → 0.2.18

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.17
1
+ 0.2.18
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.17"
8
+ s.version = "0.2.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["kellydunn"]
@@ -24,8 +24,6 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "jitai.gemspec",
27
- "kana-0.2.0.gem",
28
- "kana.gemspec",
29
27
  "lib/jitai.rb",
30
28
  "lib/jitai/jitai.rake",
31
29
  "lib/jitai/railtie.rb",
data/lib/jitai/railtie.rb CHANGED
@@ -4,7 +4,7 @@ module Jitai
4
4
  class Railtie < ::Rails::Railtie
5
5
  rake_tasks do
6
6
  puts Dir.getwd
7
- require "jitai.rake"
7
+ require "/usr/lib/ruby/gems/1.8/gems/jitai-0.2.18/lib/tasks/jitai.rake"
8
8
  end
9
9
  end
10
10
  end
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: 53
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 17
10
- version: 0.2.17
9
+ - 18
10
+ version: 0.2.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - kellydunn
@@ -51,8 +51,6 @@ files:
51
51
  - Rakefile
52
52
  - VERSION
53
53
  - jitai.gemspec
54
- - kana-0.2.0.gem
55
- - kana.gemspec
56
54
  - lib/jitai.rb
57
55
  - lib/jitai/jitai.rake
58
56
  - lib/jitai/railtie.rb
data/kana-0.2.0.gem DELETED
Binary file
data/kana.gemspec DELETED
@@ -1,71 +0,0 @@
1
- # Generated by jeweler
2
- # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
- # -*- encoding: utf-8 -*-
5
-
6
- Gem::Specification.new do |s|
7
- s.name = %q{kana}
8
- s.version = "0.2.3"
9
-
10
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
- s.authors = ["Kelly"]
12
- s.date = %q{2010-11-07}
13
- s.description = %q{CSS consolidator gem file business}
14
- s.email = %q{defaultstring@gmail.com}
15
- s.extra_rdoc_files = [
16
- "LICENSE",
17
- "README.textile"
18
- ]
19
- s.files = [
20
- ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.textile",
24
- "Rakefile",
25
- "VERSION",
26
- "kana-0.2.0.gem",
27
- "kana.gemspec",
28
- "lib/kana.rb",
29
- "lib/rake/kanatask.rb",
30
- "lib/ttf2eot/ChangeLog",
31
- "lib/ttf2eot/Makefile",
32
- "lib/ttf2eot/OpenTypeUtilities.cpp",
33
- "lib/ttf2eot/OpenTypeUtilities.h",
34
- "lib/ttf2eot/OpenTypeUtilities.o",
35
- "lib/ttf2eot/README",
36
- "lib/ttf2eot/ttf2eot",
37
- "lib/ttf2eot/ttf2eot.cpp",
38
- "lib/ttf2eot/ttf2eot.o",
39
- "public/fonts/yardsale.eot",
40
- "public/fonts/yardsale.ttf",
41
- "public/stylesheets/fonts_ie.css",
42
- "public/stylesheets/fonts_moz.css",
43
- "spec/kana_spec.rb",
44
- "spec/rake/kanatask_spec.rb",
45
- "spec/spec_helper.rb"
46
- ]
47
- s.homepage = %q{http://github.com/kellydunn/kana}
48
- s.rdoc_options = ["--charset=UTF-8"]
49
- s.require_paths = ["lib"]
50
- s.rubygems_version = %q{1.3.7}
51
- s.summary = %q{CSS consolidator gem}
52
- s.test_files = [
53
- "spec/kana_spec.rb",
54
- "spec/rake/kanatask_spec.rb",
55
- "spec/spec_helper.rb"
56
- ]
57
-
58
- if s.respond_to? :specification_version then
59
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
60
- s.specification_version = 3
61
-
62
- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
63
- s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
64
- else
65
- s.add_dependency(%q<rspec>, [">= 1.2.9"])
66
- end
67
- else
68
- s.add_dependency(%q<rspec>, [">= 1.2.9"])
69
- end
70
- end
71
-