liqueur 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,12 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "rails", "3.1.0"
4
- gem "sass"
5
- gem "sass-rails"
6
- gem "wiskey", :git => "git@github.com:aratak/wiskey.git"
7
-
8
- # gem "capybara", ">= 0.4.0"
9
-
10
- # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
11
- # gem 'ruby-debug'
12
- # gem 'ruby-debug19'
3
+ gemspec
@@ -1,106 +1,19 @@
1
- GIT
2
- remote: git@github.com:aratak/wiskey.git
3
- revision: f3f6e35eec3221b7276a76ecc27c0c0381d15909
1
+ PATH
2
+ remote: .
4
3
  specs:
5
- wiskey (0.0.2)
6
- rails (~> 3.1.0)
4
+ liqueur (0.0.5)
5
+ sass (>= 3.1)
6
+ wiskey (= 0.0.5)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
10
10
  specs:
11
- actionmailer (3.1.0)
12
- actionpack (= 3.1.0)
13
- mail (~> 2.3.0)
14
- actionpack (3.1.0)
15
- activemodel (= 3.1.0)
16
- activesupport (= 3.1.0)
17
- builder (~> 3.0.0)
18
- erubis (~> 2.7.0)
19
- i18n (~> 0.6)
20
- rack (~> 1.3.2)
21
- rack-cache (~> 1.0.3)
22
- rack-mount (~> 0.8.2)
23
- rack-test (~> 0.6.1)
24
- sprockets (~> 2.0.0)
25
- activemodel (3.1.0)
26
- activesupport (= 3.1.0)
27
- bcrypt-ruby (~> 3.0.0)
28
- builder (~> 3.0.0)
29
- i18n (~> 0.6)
30
- activerecord (3.1.0)
31
- activemodel (= 3.1.0)
32
- activesupport (= 3.1.0)
33
- arel (~> 2.2.1)
34
- tzinfo (~> 0.3.29)
35
- activeresource (3.1.0)
36
- activemodel (= 3.1.0)
37
- activesupport (= 3.1.0)
38
- activesupport (3.1.0)
39
- multi_json (~> 1.0)
40
- arel (2.2.1)
41
- bcrypt-ruby (3.0.1)
42
- builder (3.0.0)
43
- erubis (2.7.0)
44
- hike (1.2.1)
45
- i18n (0.6.0)
46
- json (1.6.1)
47
- mail (2.3.0)
48
- i18n (>= 0.4.0)
49
- mime-types (~> 1.16)
50
- treetop (~> 1.4.8)
51
- mime-types (1.17.2)
52
- multi_json (1.0.3)
53
- polyglot (0.3.3)
54
- rack (1.3.5)
55
- rack-cache (1.0.3)
56
- rack (>= 0.4)
57
- rack-mount (0.8.3)
58
- rack (>= 1.0.0)
59
- rack-ssl (1.3.2)
60
- rack
61
- rack-test (0.6.1)
62
- rack (>= 1.0)
63
- rails (3.1.0)
64
- actionmailer (= 3.1.0)
65
- actionpack (= 3.1.0)
66
- activerecord (= 3.1.0)
67
- activeresource (= 3.1.0)
68
- activesupport (= 3.1.0)
69
- bundler (~> 1.0)
70
- railties (= 3.1.0)
71
- railties (3.1.0)
72
- actionpack (= 3.1.0)
73
- activesupport (= 3.1.0)
74
- rack-ssl (~> 1.3.2)
75
- rake (>= 0.8.7)
76
- rdoc (~> 3.4)
77
- thor (~> 0.14.6)
78
- rake (0.9.2.2)
79
- rdoc (3.11)
80
- json (~> 1.4)
81
- sass (3.1.10)
82
- sass-rails (3.1.4)
83
- actionpack (~> 3.1.0)
84
- railties (~> 3.1.0)
85
- sass (>= 3.1.4)
86
- sprockets (~> 2.0.0)
87
- tilt (~> 1.3.2)
88
- sprockets (2.0.3)
89
- hike (~> 1.2)
90
- rack (~> 1.0)
91
- tilt (~> 1.1, != 1.3.0)
92
- thor (0.14.6)
93
- tilt (1.3.3)
94
- treetop (1.4.10)
95
- polyglot
96
- polyglot (>= 0.3.1)
97
- tzinfo (0.3.31)
11
+ sass (3.1.12)
12
+ wiskey (0.0.5)
13
+ sass (>= 3.1)
98
14
 
99
15
  PLATFORMS
100
16
  ruby
101
17
 
102
18
  DEPENDENCIES
103
- rails (= 3.1.0)
104
- sass
105
- sass-rails
106
- wiskey!
19
+ liqueur!
@@ -1,2 +1,2 @@
1
1
  @import "wiskey";
2
- @import "reset";
2
+ @import "liqueur/reset";
@@ -7,7 +7,7 @@
7
7
  @import "reset/tap_color";
8
8
  @import "reset/body_margin";
9
9
  @import "reset/links";
10
- @import "reset/typorgafy";
10
+ @import "reset/typografy";
11
11
  @import "reset/lists";
12
12
  @import "reset/images";
13
13
  @import "reset/form";
@@ -1,5 +1,3 @@
1
1
  ::-moz-selection, ::selection {
2
- background: #fe57a1;
3
- color: #fff;
4
2
  text-shadow: none;
5
3
  }
@@ -1,3 +1,3 @@
1
1
  module Liqueur
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -1,3 +1,5 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+ require "liqueur/version"
1
3
  # Provide a simple gemspec so you can easily use your enginex
2
4
  # project in your rails apps through git.
3
5
  Gem::Specification.new do |s|
@@ -7,11 +9,13 @@ Gem::Specification.new do |s|
7
9
  s.authors = [ "Alexey Osipenko" ]
8
10
  s.email = [ "alexey@osipenko.in.ua" ]
9
11
  s.homepage = "http://aratak.github.com/liqueur/"
10
- s.description = "CSS framework."
11
- s.files = `git ls-files`.split("\n")
12
- s.version = "0.0.4"
12
+ s.description = "CSS framework with most used snippets for true cutupping. "
13
+ s.version = Liqueur::VERSION
13
14
 
14
- s.add_dependency "wiskey"
15
- s.add_dependency "rails" , "~> 3.1.0"
15
+ s.files = `git ls-files`.split("\n")
16
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
+ s.require_paths = ["lib"]
16
18
 
19
+ s.add_dependency "wiskey", "0.0.5"
20
+ s.add_dependency 'sass', '>= 3.1'
17
21
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liqueur
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alexey Osipenko
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-13 00:00:00 Z
18
+ date: 2011-12-20 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: wiskey
@@ -23,31 +23,32 @@ dependencies:
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
24
  none: false
25
25
  requirements:
26
- - - ">="
26
+ - - "="
27
27
  - !ruby/object:Gem::Version
28
- hash: 3
28
+ hash: 21
29
29
  segments:
30
30
  - 0
31
- version: "0"
31
+ - 0
32
+ - 5
33
+ version: 0.0.5
32
34
  type: :runtime
33
35
  version_requirements: *id001
34
36
  - !ruby/object:Gem::Dependency
35
- name: rails
37
+ name: sass
36
38
  prerelease: false
37
39
  requirement: &id002 !ruby/object:Gem::Requirement
38
40
  none: false
39
41
  requirements:
40
- - - ~>
42
+ - - ">="
41
43
  - !ruby/object:Gem::Version
42
- hash: 3
44
+ hash: 5
43
45
  segments:
44
46
  - 3
45
47
  - 1
46
- - 0
47
- version: 3.1.0
48
+ version: "3.1"
48
49
  type: :runtime
49
50
  version_requirements: *id002
50
- description: CSS framework.
51
+ description: "CSS framework with most used snippets for true cutupping. "
51
52
  email:
52
53
  - alexey@osipenko.in.ua
53
54
  executables: []
@@ -150,5 +151,31 @@ rubygems_version: 1.8.10
150
151
  signing_key:
151
152
  specification_version: 3
152
153
  summary: CSS framework
153
- test_files: []
154
-
154
+ test_files:
155
+ - test/dummy/Rakefile
156
+ - test/dummy/app/assets/stylesheets/application.css.scss
157
+ - test/dummy/app/controllers/application_controller.rb
158
+ - test/dummy/app/helpers/application_helper.rb
159
+ - test/dummy/config.ru
160
+ - test/dummy/config/application.rb
161
+ - test/dummy/config/boot.rb
162
+ - test/dummy/config/environment.rb
163
+ - test/dummy/config/environments/development.rb
164
+ - test/dummy/config/environments/production.rb
165
+ - test/dummy/config/environments/test.rb
166
+ - test/dummy/config/initializers/backtrace_silencers.rb
167
+ - test/dummy/config/initializers/inflections.rb
168
+ - test/dummy/config/initializers/mime_types.rb
169
+ - test/dummy/config/initializers/secret_token.rb
170
+ - test/dummy/config/initializers/session_store.rb
171
+ - test/dummy/config/locales/en.yml
172
+ - test/dummy/config/routes.rb
173
+ - test/dummy/public/404.html
174
+ - test/dummy/public/422.html
175
+ - test/dummy/public/500.html
176
+ - test/dummy/public/favicon.ico
177
+ - test/dummy/script/rails
178
+ - test/integration/navigation_test.rb
179
+ - test/liqueur_test.rb
180
+ - test/support/integration_case.rb
181
+ - test/test_helper.rb