github-button 0.0.1.2 → 0.0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6abcb1b230041a2b5a7a885d85c330972b338dbd
4
- data.tar.gz: c1ef3edb69de6e7b3eb1244dc057df4580246109
3
+ metadata.gz: 81ca4f5b02d4f84b715495ba95de5ee01cd1d914
4
+ data.tar.gz: 4dc258d3c1fd120674a05818b3894916f0718cbe
5
5
  SHA512:
6
- metadata.gz: 570ac0e7bbcfdbb4a51f6edbfe05147a19e1c7227d8ebaecb90bf6c294ed1ed0fd950a3c25adb10c38daab972ad181588453749c6ead3d0269bd7413d254c69b
7
- data.tar.gz: 3c0f03b9f7dc4eb75945d4b91642eea8c7aeef04956ef20c2df3c0211f1fc59e8c7b09944f012ff5b227784d75e53fea21dfb869373e71bd0e03d80a116dee59
6
+ metadata.gz: efce9da061c9eee5d93ce38a2e1fd253339df372592729811325b830ca828bca9e042d562bdcb6829524a14c4d29fdbba7fe5d88d26bef0fbc705a972a05aeb8
7
+ data.tar.gz: 2fc028d391aebdb16a7a94f808e978f1efbf863cbedd398d6b4871f5954cf90f6b29a0fc4dadc73a9cbb779ad85f68cbb8b847efb0013db513e018635634d5c9
@@ -1,6 +1,4 @@
1
- Copyright (c) 2013 eddiefisher
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
- TODO: Write a gem description
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
- TODO: Write usage instructions here
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
@@ -2,6 +2,7 @@ require "github/button/version"
2
2
 
3
3
  module Github
4
4
  module Button
5
- # Your code goes here...
5
+ class Engine < ::Rails::Engine
6
+ end
6
7
  end
7
8
  end
@@ -1,5 +1,5 @@
1
1
  module Github
2
2
  module Button
3
- VERSION = "0.0.1.2"
3
+ VERSION = "0.0.1.3"
4
4
  end
5
5
  end
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.2
4
+ version: 0.0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Eddie Fisher
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 css style
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
- - vendor/assets/stylesheets/github-button/button.css.scss
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 css style
76
+ summary: Github button CSS style for using with Awesome font
83
77
  test_files: []
data/.DS_Store DELETED
Binary file
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- # Specify your gem's dependencies in github-button.gemspec
4
- gemspec
data/Rakefile DELETED
@@ -1 +0,0 @@
1
- require "bundler/gem_tasks"
@@ -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