purecss 0.0.6 → 0.0.7

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 (4) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +4 -2
  3. data/lib/purecss/version.rb +1 -1
  4. metadata +13 -13
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODM5MWUwNTQ3MTY5MWZlOWZiZTkxMjBmODI5NjYxMDUzMzJhMjVmYw==
4
+ NTYzM2QxYWNjMzdjMDU1YTQwMTJkOGUxZTBkYWEwNDZhZGZiMWUyMA==
5
5
  data.tar.gz: !binary |-
6
- OGRiM2FhNjE0MzNlMjFiZjc3YjY2NjA5NGRjNjZmYWQ3ZDgyYzMzMw==
6
+ Zjg0YmZkNDQxYjBjNzk3MzJkZWFlZjM5NDVmYWU4ZDIxZTYyYzVjOA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NzMzMzdhNWZmMjgwNDI2MjBmNzk1YTdmZTM5ZjI4NzFiZjJmYzM0OWIwNTNi
10
- YTAxY2M0MTEzNmZhMTYxMTg3MzA1MjdkMGIzN2ZhMDlhYmRlOTA5MTUyMzMx
11
- MmZkNzU5YjA4M2UzODZlNzk3NGQ0ZjQ0OWU5Mzg2YzIzOTY3MDg=
9
+ ODIxMzk4N2QwOWE2MDVlOGVlOTQ5NWQ3YTk0NGQxNDM1MGFlOTY3YjY5ZDVk
10
+ ZTNkZGI3MTAzZjdlZGJiMDVhMzQ2Nzc5MjE2ZjZhNDgzMTMxNzQzZTM5MDg4
11
+ Mzg1MDIxZDBlNTg4NWUyMTg4M2E1ZGM2YWViODliYzU3NmMwODA=
12
12
  data.tar.gz: !binary |-
13
- NmRmYjk2NGI0YTJkOWZhMTQyMWEyODRkOTZiZmQ2YzY1MDczZmUwODBjNWE4
14
- NDRiMmM0ZTA1YWEyOGJlNGVlY2VkZmI0Y2Y0NDZmNjg3NzY3ODBlM2E1NjQx
15
- MzlhNGFhODU0MzNiMzhhNDk2YmRkYmE3MDExN2ExZjVjZmEyYTc=
13
+ NmQ2YTNhYmM1NzlhODFkODFjNzc3NDg5NjNlYjRkZmE5OGM3MzIwNmQ0ZmM4
14
+ ZjMyNWFkMzM4ZjgwMjMxNDkzNGY1ZGY1Y2E4ZWQwMDkzNjVmMjUyYzBhNzVm
15
+ NjU2NzYyMjNmZDExODMxMmEwNTA4YWVjYjEzZDU5ZDhhOWMxODY=
data/README.md CHANGED
@@ -5,7 +5,7 @@ This gem adds Pure CSS 0.1.0 to the Assets Pipeline of Rails 3.2.
5
5
 
6
6
  Additionally it provides
7
7
  - a jQuery function that automatically enables the dropdown menu without the need of additional rails packages/frameworks (YUI or others).
8
- - a small optional set of css for right-aligned horizontal menus, CSS carets (font-independent), vertical separators, ...
8
+ - a small optional set of css for right-aligned horizontal menus, CSS carets (font-independent), vertical separators, alerts, ...
9
9
 
10
10
  I cite directly from [purecss.io](http://purecss.io)
11
11
  > CSS with a minimal footprint.
@@ -62,6 +62,7 @@ It provides the CSS classes
62
62
  - ```pure-custom-caret``` for the dropdown menu
63
63
  - ```pure-menu-custom-separator-vertical``` to add a vertical separator to the horizontal menu
64
64
  - ```pure-custom-close``` for nicer ```x``` to close eventual modal views (to display modals, bootstrap-modal works quite well with Pure)
65
+ - ```pure-custom-alert```, ```pure-custom-alert-error```, ```pure-custo-alert-success```, ```pure-custom-alert-warning```
65
66
  - *EXPERIMENTAL* ```pure-menu-custom-pull-right``` to align the menu to the right (must be in the same tag of ```pure-menu```. _Bug: the height of the header is sligtly bigger using this class._)
66
67
 
67
68
  The flag *EXPERIMENTAL* means that the functionality is not fully functional, you can try it and use it but its syntax/use could change in a next release. If you have a fix please add a pull request!
@@ -129,7 +130,8 @@ I'd like to add
129
130
  5. Create new Pull Request
130
131
 
131
132
  ## Changelog
132
- - 0.0.6 Reorganized CSS Addon structure
133
+ - 0.0.7 Fixed dependencies
134
+ - 0.0.6 Reorganized CSS Addon structure, added Alerts
133
135
  - 0.0.5 Slightly improved dropdown (now it works even with different menu font), added purecss-custom.css
134
136
  - 0.0.3 Added Dropdown script on top of jQuery, corrected README
135
137
  - 0.0.2 Gem restructured following [Gemify Assets for Rails](http://prioritized.net/blog/gemify-assets-for-rails/), added individual modules, improved size
@@ -1,3 +1,3 @@
1
1
  module Purecss
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - mseri
@@ -11,35 +11,35 @@ cert_chain: []
11
11
  date: 2013-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: bundler
14
+ name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
20
- type: :development
19
+ version: '3.1'
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
- version: '1.3'
26
+ version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rake
28
+ name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '1.3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '1.3'
41
41
  - !ruby/object:Gem::Dependency
42
- name: rspec
42
+ name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ! '>='