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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGEwYTQ4ZTUzYTM5ZjNkOTQxYzFiOGU1ZWU2NTg4ZjkwNzBkZDE5ZA==
4
+ N2I3ZmFiMTE3NDQ1OTdiZjNkZWRiNjY1NDFkZjNjMTY1NWU5ZjJkNA==
5
5
  data.tar.gz: !binary |-
6
- ZDZiNTAyODEyOGQ5ZDc0MTA0YzhiNzViZDhmMjJkMWVkMjFhYWYzZg==
6
+ MzU0YTNlODhlNjc2OTJiMDVhNTc2YjdiN2NhYThlMmZmYTUwMzkwNQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YmI3Y2U4NjliMTY3MDk2Y2QxYjg5MmMyOGI0MTMzZjZmNjcyZmZkMmM0YjIy
10
- OWU5ZTE5YzQ4MGJhM2I4OTM5YWU4MDI1ZGNiZGIzZDE1M2Q4OWVhZmI2MzAz
11
- Y2RmMGNlNWI1ZjM4OGQ3ZDMyZmU1ZWVkNTdhN2UyZjk5Mzk5ZDk=
9
+ YWEyMTQ5ZWEyNDI0MTVjYTAwYjQ4MmM2ZWUxZDkxZmEwNTIzZDI2ODE5NDUx
10
+ NmEzOGY3NGYwYWZiZDdkNDZiOTFiN2E4MWE3OTdhYzliM2MxYzQyZmY1NDYy
11
+ Y2ExMTUyYTM5MDVhMTIyZTNmZDIzODlhNjM5NzZhNWE0YTFhYjU=
12
12
  data.tar.gz: !binary |-
13
- ZjIxNGNjZDlhZWMxYTBhMmI5NTdlMmMzOWQxZDc5MGQ4ODEwYmVmODhiZTYx
14
- ZWQ5Yzk3NjM5MGQwYWQ2MmRkMGNkYWI1ZWQ5YjUwMmU5ZTZmOWU1NTI0ZGMy
15
- YTFiZDRmZTY3MGE3ZjdiYzM2MzM3MTVmNTVjMWM2YzI0ZTYzYmM=
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 = "Github ribbons for forking repository"
13
- spec.license = "MIT"
14
- spec.files = `git ls-files`.split($/)
15
- spec.require_paths = ["lib"]
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", "> 2.3", "< 5"
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
@@ -1,3 +1,3 @@
1
1
  module ForkRibs
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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-26 00:00:00.000000000 Z
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: '2.3'
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: '2.3'
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: Github ribbons for forking repository
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: []