ruhoh 0.1.0 → 0.1.2
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.
- data/Rakefile +0 -4
- data/history.txt +6 -0
- data/lib/ruhoh/version.rb +1 -1
- data/lib/ruhoh.rb +3 -0
- data/ruhoh.gemspec +1 -0
- data/scaffolds/theme/layouts/default.html +1 -1
- data/system_partials/analytics/getclicky +1 -1
- data/system_partials/analytics/google +6 -11
- data/system_partials/comments/disqus +2 -2
- data/system_partials/comments/intensedebate +1 -1
- metadata +11 -10
data/Rakefile
CHANGED
|
@@ -10,10 +10,6 @@ gemspec_file = "#{name}.gemspec"
|
|
|
10
10
|
gem_file = "#{name}-#{Ruhoh::VERSION}.gem"
|
|
11
11
|
|
|
12
12
|
task :release => :build do
|
|
13
|
-
#unless `git branch` =~ /^\* master$/
|
|
14
|
-
# puts "You must be on the master branch to release!"
|
|
15
|
-
# exit!
|
|
16
|
-
#end
|
|
17
13
|
sh "git commit --allow-empty -m 'Release #{Ruhoh::VERSION}'"
|
|
18
14
|
sh "git tag v#{Ruhoh::VERSION}"
|
|
19
15
|
sh "git push origin master --tags"
|
data/history.txt
ADDED
data/lib/ruhoh/version.rb
CHANGED
data/lib/ruhoh.rb
CHANGED
data/ruhoh.gemspec
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
<script
|
|
2
|
-
var _gaq
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
8
|
-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
9
|
-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
10
|
-
})();
|
|
11
|
-
</script>
|
|
1
|
+
<script>
|
|
2
|
+
var _gaq=[['_setAccount','{{ site.config.analytics.google.tracking_id }}'],['_trackPageview']];
|
|
3
|
+
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
4
|
+
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
|
5
|
+
s.parentNode.insertBefore(g,s)}(document,'script'));
|
|
6
|
+
</script>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div id="disqus_thread"></div>
|
|
2
|
-
<script
|
|
2
|
+
<script>
|
|
3
3
|
{{^site.production }}var disqus_developer = 1;{{/site.production}}
|
|
4
4
|
var disqus_shortname = '{{ site.config.comments.disqus.short_name }}'; // required: replace example with your forum shortname
|
|
5
5
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
})();
|
|
11
11
|
</script>
|
|
12
12
|
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
|
13
|
-
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
|
|
13
|
+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
|
|
@@ -3,4 +3,4 @@ var idcomments_acct = '{{ site.config.comments.intensedebate.account }}';
|
|
|
3
3
|
var idcomments_post_id;
|
|
4
4
|
var idcomments_post_url;
|
|
5
5
|
</script>
|
|
6
|
-
<script
|
|
6
|
+
<script src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruhoh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-04-
|
|
12
|
+
date: 2012-04-18 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rack
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70279041346020 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '1.4'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70279041346020
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: mustache
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70279041345520 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ~>
|
|
@@ -32,10 +32,10 @@ dependencies:
|
|
|
32
32
|
version: '0.99'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70279041345520
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: directory_watcher
|
|
38
|
-
requirement: &
|
|
38
|
+
requirement: &70279041345060 !ruby/object:Gem::Requirement
|
|
39
39
|
none: false
|
|
40
40
|
requirements:
|
|
41
41
|
- - ~>
|
|
@@ -43,10 +43,10 @@ dependencies:
|
|
|
43
43
|
version: '1.4'
|
|
44
44
|
type: :runtime
|
|
45
45
|
prerelease: false
|
|
46
|
-
version_requirements: *
|
|
46
|
+
version_requirements: *70279041345060
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: maruku
|
|
49
|
-
requirement: &
|
|
49
|
+
requirement: &70279041344600 !ruby/object:Gem::Requirement
|
|
50
50
|
none: false
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '0.6'
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
|
-
version_requirements: *
|
|
57
|
+
version_requirements: *70279041344600
|
|
58
58
|
description: Ruhoh is a Universal API for your static blog.
|
|
59
59
|
email: plusjade@gmail.com
|
|
60
60
|
executables:
|
|
@@ -66,6 +66,7 @@ files:
|
|
|
66
66
|
- README.md
|
|
67
67
|
- Rakefile
|
|
68
68
|
- bin/ruhoh
|
|
69
|
+
- history.txt
|
|
69
70
|
- lib/ruhoh.rb
|
|
70
71
|
- lib/ruhoh/client/client.rb
|
|
71
72
|
- lib/ruhoh/client/help.yml
|