github-button 0.0.1.2 → 0.0.1.3
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.
- checksums.yaml +4 -4
- data/{LICENSE.txt → MIT-LICENSE} +2 -4
- data/README.md +4 -2
- data/lib/github/button.rb +2 -1
- data/lib/github/button/version.rb +1 -1
- data/vendor/assets/stylesheets/{github-button/button.css.scss → github-button.css.scss} +0 -0
- metadata +8 -14
- data/.DS_Store +0 -0
- data/.gitignore +0 -17
- data/Gemfile +0 -4
- data/Rakefile +0 -1
- data/github-button.gemspec +0 -23
- data/lib/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81ca4f5b02d4f84b715495ba95de5ee01cd1d914
|
|
4
|
+
data.tar.gz: 4dc258d3c1fd120674a05818b3894916f0718cbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efce9da061c9eee5d93ce38a2e1fd253339df372592729811325b830ca828bca9e042d562bdcb6829524a14c4d29fdbba7fe5d88d26bef0fbc705a972a05aeb8
|
|
7
|
+
data.tar.gz: 2fc028d391aebdb16a7a94f808e978f1efbf863cbedd398d6b4871f5954cf90f6b29a0fc4dadc73a9cbb779ad85f68cbb8b847efb0013db513e018635634d5c9
|
data/{LICENSE.txt → MIT-LICENSE}
RENAMED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
2
|
-
|
|
3
|
-
MIT License
|
|
1
|
+
Copyright 2013 Eddie Fisher
|
|
4
2
|
|
|
5
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
6
4
|
a copy of this software and associated documentation files (the
|
|
@@ -19,4 +17,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
|
19
17
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
18
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
19
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Github::Button
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Github button CSS style. If your want use icons, use Awesome font form http://fortawesome.github.com/Font-Awesome/
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -18,7 +18,9 @@ Or install it yourself as:
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
Add this line to your application.css
|
|
22
|
+
|
|
23
|
+
*= require 'github-button'
|
|
22
24
|
|
|
23
25
|
## Contributing
|
|
24
26
|
|
data/lib/github/button.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github-button
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.
|
|
4
|
+
version: 0.0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- eddiefisher
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -38,24 +38,18 @@ dependencies:
|
|
|
38
38
|
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Github button
|
|
41
|
+
description: Github button CSS style
|
|
42
42
|
email:
|
|
43
43
|
- eddifisher@bk.ru
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
46
46
|
extra_rdoc_files: []
|
|
47
47
|
files:
|
|
48
|
-
- .DS_Store
|
|
49
|
-
- .gitignore
|
|
50
|
-
- Gemfile
|
|
51
|
-
- LICENSE.txt
|
|
52
|
-
- README.md
|
|
53
|
-
- Rakefile
|
|
54
|
-
- github-button.gemspec
|
|
55
|
-
- lib/.DS_Store
|
|
56
|
-
- lib/github/button.rb
|
|
57
48
|
- lib/github/button/version.rb
|
|
58
|
-
-
|
|
49
|
+
- lib/github/button.rb
|
|
50
|
+
- vendor/assets/stylesheets/github-button.css.scss
|
|
51
|
+
- MIT-LICENSE
|
|
52
|
+
- README.md
|
|
59
53
|
homepage: https://github.com/eddiefisher/github-button
|
|
60
54
|
licenses:
|
|
61
55
|
- MIT
|
|
@@ -79,5 +73,5 @@ rubyforge_project:
|
|
|
79
73
|
rubygems_version: 2.0.0
|
|
80
74
|
signing_key:
|
|
81
75
|
specification_version: 4
|
|
82
|
-
summary: Github button
|
|
76
|
+
summary: Github button CSS style for using with Awesome font
|
|
83
77
|
test_files: []
|
data/.DS_Store
DELETED
|
Binary file
|
data/.gitignore
DELETED
data/Gemfile
DELETED
data/Rakefile
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
require "bundler/gem_tasks"
|
data/github-button.gemspec
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# coding: utf-8
|
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
|
-
require 'github/button/version'
|
|
5
|
-
|
|
6
|
-
Gem::Specification.new do |spec|
|
|
7
|
-
spec.name = "github-button"
|
|
8
|
-
spec.version = Github::Button::VERSION
|
|
9
|
-
spec.authors = ["Eddie Fisher"]
|
|
10
|
-
spec.email = ["eddifisher@bk.ru"]
|
|
11
|
-
spec.description = %q{Github button css style}
|
|
12
|
-
spec.summary = %q{Github button css style}
|
|
13
|
-
spec.homepage = "https://github.com/eddiefisher/github-button"
|
|
14
|
-
spec.license = "MIT"
|
|
15
|
-
|
|
16
|
-
spec.files = `git ls-files`.split($/)
|
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
19
|
-
spec.require_paths = ["lib"]
|
|
20
|
-
|
|
21
|
-
spec.add_development_dependency "bundler", "~> 1.3"
|
|
22
|
-
spec.add_development_dependency "rake"
|
|
23
|
-
end
|
data/lib/.DS_Store
DELETED
|
Binary file
|