fork_ribs 0.0.3 → 0.0.4
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 +8 -8
- data/README.md +1 -1
- data/fork_ribs.gemspec +5 -5
- data/lib/fork_ribs/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2I3ZmFiMTE3NDQ1OTdiZjNkZWRiNjY1NDFkZjNjMTY1NWU5ZjJkNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzU0YTNlODhlNjc2OTJiMDVhNTc2YjdiN2NhYThlMmZmYTUwMzkwNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWEyMTQ5ZWEyNDI0MTVjYTAwYjQ4MmM2ZWUxZDkxZmEwNTIzZDI2ODE5NDUx
|
|
10
|
+
NmEzOGY3NGYwYWZiZDdkNDZiOTFiN2E4MWE3OTdhYzliM2MxYzQyZmY1NDYy
|
|
11
|
+
Y2ExMTUyYTM5MDVhMTIyZTNmZDIzODlhNjM5NzZhNWE0YTFhYjU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Mjg5ZTk5ZGY2MjY4OWNiNzgyZWE3MGRiOTk5MjEwNTc4OWNiYTExMDljZThm
|
|
14
|
+
ZmMxZmU1NmZmYjJlYTAwMGRmZmJhM2ZmZGU1N2M5NWEyMzY2N2Q4NWQ1MmUy
|
|
15
|
+
YzJmNTZjNWYzMTU3YmJiY2ViMDEwNDJkNGIxZjVhNTVkZjljYjE=
|
data/README.md
CHANGED
|
@@ -64,7 +64,7 @@ This gem provides with four color possibilities that you can give to your ribbon
|
|
|
64
64
|
|
|
65
65
|
You just have to include a class on the anchor element: Refer the example below :
|
|
66
66
|
|
|
67
|
-
<a href="https://github.com/vipulchhabra/forkme" class="classic_ribbon---top--left-red">
|
|
67
|
+
<a href="https://github.com/vipulchhabra/forkme" class="classic_ribbon---top--left-red"> fork me on github
|
|
68
68
|
|
|
69
69
|
That's it, this will place a `classic type ribbon` on your app at the `top left corner` which will be `red` in color.
|
|
70
70
|
|
data/fork_ribs.gemspec
CHANGED
|
@@ -9,12 +9,12 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ["vipulchhabra.dc@gmail.com"]
|
|
10
10
|
spec.homepage = "https://github.com/vipulchhabra/fork_ribs"
|
|
11
11
|
spec.summary = "Github ribbons for forking repository"
|
|
12
|
-
spec.description = "
|
|
13
|
-
spec.license
|
|
14
|
-
spec.files
|
|
15
|
-
spec.require_paths
|
|
12
|
+
spec.description = "It gives your application a 'fork me on github' stripe from where users of your application can fork your github repository"
|
|
13
|
+
spec.license = "MIT"
|
|
14
|
+
spec.files = `git ls-files`.split($/)
|
|
15
|
+
spec.require_paths = ["lib"]
|
|
16
16
|
|
|
17
|
-
spec.add_dependency "rails", ">
|
|
17
|
+
spec.add_dependency "rails", "> 3", "< 5"
|
|
18
18
|
spec.add_development_dependency "bundler", "~> 1.3"
|
|
19
19
|
spec.add_development_dependency "rake"
|
|
20
20
|
end
|
data/lib/fork_ribs/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fork_ribs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vipul Chhabra
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ! '>'
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '3'
|
|
20
20
|
- - <
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: '5'
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ! '>'
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
29
|
+
version: '3'
|
|
30
30
|
- - <
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '5'
|
|
@@ -58,7 +58,8 @@ dependencies:
|
|
|
58
58
|
- - ! '>='
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
|
-
description:
|
|
61
|
+
description: It gives your application a 'fork me on github' stripe from where users
|
|
62
|
+
of your application can fork your github repository
|
|
62
63
|
email:
|
|
63
64
|
- vipulchhabra.dc@gmail.com
|
|
64
65
|
executables: []
|