bhf 0.8.7 → 0.9.0

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: 081440dee9775b929aac8bd307efc7343d9f1ee2
4
- data.tar.gz: 65cf499eba201119bd647b97f4000c200732e17d
3
+ metadata.gz: 9a150d40a54e77d010bc76b4a3666557abb43bdf
4
+ data.tar.gz: 759e4befe47a872927043a511fb73cd2bd8464fa
5
5
  SHA512:
6
- metadata.gz: 854ca8baccc8010ce7c5be5d8819e37e893c01a63f923c6d2f21141e720ece671b48a83f0dfc768061e4cde4e4f411e54e69a1f12d9f8471ec9f2a67fbe36ec8
7
- data.tar.gz: 4afebb820ceae728eb5e5fd423a139c4ddc8f17524339f416382f27bfaf4ba6595ba6246274107b183e66e86edf89b6a3b851b2c575644de0a327300448ccd69
6
+ metadata.gz: ae700d5c4b7332dec3dd870e859f99fc1df6bcbf254863a1b5bbb74dd0e49746f36067453baf362e85225d84bcb097ec5b5b2ea4bcd0cb63ccb89c48240f3378
7
+ data.tar.gz: c7205812e3cecb943a26add9c945c87cb5202d542f4bc5da7c756e766d8ff5bacb0c09971ebc26cb89a6e8234a2e000eab5b7f1fec5ed415d39f4baae19ea7a5
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # bhf
2
2
 
3
- Description goes here.
3
+ ## [Guide and Documentation](http://antpaw.github.io/bhf/)
4
4
 
5
5
  ## Contributing to bhf
6
6
 
@@ -12,7 +12,14 @@ Description goes here.
12
12
  * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
13
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
14
 
15
+
16
+ ## Support
17
+
18
+ <p><a href='https://pledgie.com/campaigns/25956'><img alt='Click here to lend your support to: bhf and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/25956.png?skin_name=chrome' border='0' ></a></p>
19
+
20
+
15
21
  ## Copyright
16
22
 
17
23
  Copyright (c) 2014 Anton Pawlik. See LICENSE.txt for
18
24
  further details.
25
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.7
1
+ 0.9.0
@@ -1,6 +1,6 @@
1
1
  - if @start_time
2
2
  %p.state= t('bhf.footer.state', time: (Time.now-@start_time).round(2)).html_safe
3
3
 
4
- %p.copy= t('bhf.footer.copy').html_safe
5
-
6
4
  %p.info= t('bhf.footer.info').html_safe
5
+
6
+ %p.copy= t('bhf.footer.copy').html_safe
data/bhf.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bhf 0.8.7 ruby lib
5
+ # stub: bhf 0.9.0 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bhf"
9
- s.version = "0.8.7"
9
+ s.version = "0.9.0"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
@@ -67,8 +67,8 @@ de:
67
67
 
68
68
  footer:
69
69
  state: 'Seite wurde in ~%{time} Sekunden erstellt'
70
- copy: 'Gemacht von <a href="http://twitter.com/antpaw">@antpaw</a> mit <a href="http://rubyonrails.org">Rails</a> und <a href="http://mootools.net">MooTools</a>'
71
- info: 'Mehr Information auf <a href="http://antpaw.github.io/bhf">GitHub</a>'
70
+ copy: 'Gemacht von <a href="http://twitter.com/antpaw">@antpaw</a>'
71
+ info: 'Mehr Informationen auf <a href="http://antpaw.github.io/bhf">GitHub</a>'
72
72
 
73
73
  activerecord:
74
74
  notices:
@@ -74,8 +74,8 @@ en:
74
74
 
75
75
  footer:
76
76
  state: 'Page rendered in ~%{time} seconds'
77
- copy: 'Made by <a href="http://twitter.com/antpaw">@antpaw</a> with <a href="http://rubyonrails.org">Rails</a> and <a href="http://mootools.net">MooTools</a>'
78
- info: 'More information on <a href="http://http://antpaw.github.io/bhf">GitHub</a>'
77
+ copy: 'Made by <a href="http://twitter.com/antpaw">@antpaw</a>'
78
+ info: 'More information on <a href="http://antpaw.github.io/bhf">GitHub</a>'
79
79
 
80
80
  attributes:
81
81
  _id: 'id'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik