css3-progress-bar-rails 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,29 @@
1
1
  /* CSS3 Progress bars by Josh Sullivan
2
2
  @jsullivandigs on Twitter
3
- josh@dipperstove.com */
3
+ josh@dipperstove.com
4
+
5
+ Copyright (c) 2011 Josh Sullivan
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in
15
+ all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
+ THE SOFTWARE.
24
+
25
+ Original Source at: https://github.com/jsullivan/CSS3-Progress-bars/blob/master/css3-progress-bar.css
26
+ */
4
27
 
5
28
  .bar_container {
6
29
  margin: 0 auto;
@@ -2,7 +2,7 @@ module Css3
2
2
  module Progress
3
3
  module Bar
4
4
  module Rails
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css3-progress-bar-rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 6
10
- version: 0.0.6
5
+ version: 0.0.7
11
6
  platform: ruby
12
7
  authors:
13
8
  - Nicholas Fine
@@ -26,9 +21,6 @@ dependencies:
26
21
  requirements:
27
22
  - - ">="
28
23
  - !ruby/object:Gem::Version
29
- hash: 3
30
- segments:
31
- - 0
32
24
  version: "0"
33
25
  type: :runtime
34
26
  version_requirements: *id001
@@ -64,23 +56,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
56
  requirements:
65
57
  - - ">="
66
58
  - !ruby/object:Gem::Version
67
- hash: 3
68
- segments:
69
- - 0
70
59
  version: "0"
71
60
  required_rubygems_version: !ruby/object:Gem::Requirement
72
61
  none: false
73
62
  requirements:
74
63
  - - ">="
75
64
  - !ruby/object:Gem::Version
76
- hash: 3
77
- segments:
78
- - 0
79
65
  version: "0"
80
66
  requirements: []
81
67
 
82
68
  rubyforge_project: css3-progress-bar-rails
83
- rubygems_version: 1.4.2
69
+ rubygems_version: 1.6.2
84
70
  signing_key:
85
71
  specification_version: 3
86
72
  summary: Integrates Josh Sullivan's CSS3 Progress Bars into Rails 3.1+ Projects.