alula-plugins 0.4.4 → 0.4.11a
Sign up to get free protection for your applications and to get access to all the features.
- data/{LICENSE → MIT-LICENSE} +0 -0
- data/lib/alula/plugins/version.rb +8 -1
- metadata +21 -55
- data/.gitignore +0 -21
- data/Gemfile +0 -4
- data/README.md +0 -29
- data/Rakefile +0 -6
- data/VERSION +0 -1
- data/alula-plugins.gemspec +0 -21
- data/plugins/disqus/assets/javascripts/disqus.js +0 -0
- data/plugins/disqus/assets/stylesheets/disqus.css +0 -0
- data/plugins/emphasis/assets/javascripts/emphasis.js +0 -529
- data/plugins/emphasis/assets/stylesheets/emphasis.css +0 -0
- data/plugins/fancybox/assets/images/blank.gif +0 -0
- data/plugins/fancybox/assets/images/fancybox_loading.gif +0 -0
- data/plugins/fancybox/assets/images/fancybox_sprite.png +0 -0
- data/plugins/fancybox/assets/images/zoom_icon.png +0 -0
- data/plugins/fancybox/assets/javascripts/fancybox.js.coffee +0 -15
- data/plugins/fancybox/assets/javascripts/jquery.fancybox.js +0 -1414
- data/plugins/fancybox/assets/stylesheets/fancybox.css.erb +0 -248
- data/plugins/sublimevideo/assets/images/zoom_icon.png +0 -0
- data/plugins/sublimevideo/assets/javascripts/sublimevideo.js.coffee +0 -0
- data/plugins/sublimevideo/assets/stylesheets/sublimevideo.css.erb +0 -28
data/{LICENSE → MIT-LICENSE}
RENAMED
File without changes
|
@@ -1,5 +1,12 @@
|
|
1
1
|
module Alula
|
2
2
|
module Plugins
|
3
|
-
|
3
|
+
module VERSION
|
4
|
+
MAJOR = 0
|
5
|
+
MINOR = 0
|
6
|
+
PATCH = 1
|
7
|
+
PRE = nil
|
8
|
+
|
9
|
+
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
|
10
|
+
end
|
4
11
|
end
|
5
12
|
end
|
metadata
CHANGED
@@ -1,85 +1,50 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alula-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
5
|
-
prerelease:
|
4
|
+
version: 0.4.11a
|
5
|
+
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mikko Kokkonen
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: alula
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
|
-
- -
|
19
|
+
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.4.
|
21
|
+
version: 0.4.11a
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
none: false
|
26
26
|
requirements:
|
27
|
-
- -
|
27
|
+
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.4.
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
none: false
|
34
|
-
requirements:
|
35
|
-
- - ~>
|
36
|
-
- !ruby/object:Gem::Version
|
37
|
-
version: 1.0.0
|
38
|
-
type: :development
|
39
|
-
prerelease: false
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
|
-
requirements:
|
43
|
-
- - ~>
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
version: 1.0.0
|
46
|
-
description: Plugins for Alula blog
|
47
|
-
email:
|
48
|
-
- mikko@owlforestry.com
|
29
|
+
version: 0.4.11a
|
30
|
+
description: Offers simple collection of basic plugins that are not necessary needed
|
31
|
+
for every blog.
|
32
|
+
email: mikko@owlforestry.com
|
49
33
|
executables: []
|
50
34
|
extensions: []
|
51
35
|
extra_rdoc_files: []
|
52
36
|
files:
|
53
|
-
-
|
54
|
-
- Gemfile
|
55
|
-
- LICENSE
|
56
|
-
- README.md
|
57
|
-
- Rakefile
|
58
|
-
- VERSION
|
59
|
-
- alula-plugins.gemspec
|
60
|
-
- lib/alula/plugins.rb
|
37
|
+
- MIT-LICENSE
|
61
38
|
- lib/alula/plugins/analytics.rb
|
62
39
|
- lib/alula/plugins/disqus.rb
|
63
40
|
- lib/alula/plugins/emphasis.rb
|
64
41
|
- lib/alula/plugins/fancybox.rb
|
65
42
|
- lib/alula/plugins/sublimevideo.rb
|
66
43
|
- lib/alula/plugins/version.rb
|
67
|
-
-
|
68
|
-
|
69
|
-
|
70
|
-
-
|
71
|
-
- plugins/fancybox/assets/images/blank.gif
|
72
|
-
- plugins/fancybox/assets/images/fancybox_loading.gif
|
73
|
-
- plugins/fancybox/assets/images/fancybox_sprite.png
|
74
|
-
- plugins/fancybox/assets/images/zoom_icon.png
|
75
|
-
- plugins/fancybox/assets/javascripts/fancybox.js.coffee
|
76
|
-
- plugins/fancybox/assets/javascripts/jquery.fancybox.js
|
77
|
-
- plugins/fancybox/assets/stylesheets/fancybox.css.erb
|
78
|
-
- plugins/sublimevideo/assets/images/zoom_icon.png
|
79
|
-
- plugins/sublimevideo/assets/javascripts/sublimevideo.js.coffee
|
80
|
-
- plugins/sublimevideo/assets/stylesheets/sublimevideo.css.erb
|
81
|
-
homepage: ''
|
82
|
-
licenses: []
|
44
|
+
- lib/alula/plugins.rb
|
45
|
+
homepage: http://www.alula.in
|
46
|
+
licenses:
|
47
|
+
- MIT
|
83
48
|
post_install_message:
|
84
49
|
rdoc_options: []
|
85
50
|
require_paths:
|
@@ -89,17 +54,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
89
54
|
requirements:
|
90
55
|
- - ! '>='
|
91
56
|
- !ruby/object:Gem::Version
|
92
|
-
version:
|
57
|
+
version: 1.9.3
|
93
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
94
59
|
none: false
|
95
60
|
requirements:
|
96
|
-
- - ! '
|
61
|
+
- - ! '>'
|
97
62
|
- !ruby/object:Gem::Version
|
98
|
-
version:
|
99
|
-
requirements:
|
63
|
+
version: 1.3.1
|
64
|
+
requirements:
|
65
|
+
- none
|
100
66
|
rubyforge_project:
|
101
67
|
rubygems_version: 1.8.23
|
102
68
|
signing_key:
|
103
69
|
specification_version: 3
|
104
|
-
summary:
|
70
|
+
summary: Basic plugins and extenstions for Alula blogs (part of Alula).
|
105
71
|
test_files: []
|
data/.gitignore
DELETED
@@ -1,21 +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
|
18
|
-
*/.DS_Store
|
19
|
-
|
20
|
-
.DS_Store
|
21
|
-
plugins/.DS_Store
|
data/Gemfile
DELETED
data/README.md
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
# Alula::Plugins
|
2
|
-
|
3
|
-
TODO: Write a gem description
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'alula-plugins'
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install alula-plugins
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Added some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create new Pull Request
|
data/Rakefile
DELETED
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.4.4
|
data/alula-plugins.gemspec
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
require File.expand_path('../lib/alula/plugins/version', __FILE__)
|
3
|
-
|
4
|
-
Gem::Specification.new do |gem|
|
5
|
-
gem.authors = ["Mikko Kokkonen"]
|
6
|
-
gem.email = ["mikko@owlforestry.com"]
|
7
|
-
gem.description = %q{Plugins for Alula blog}
|
8
|
-
gem.summary = %q{Simple, ready to use plugins for Alula blogs.}
|
9
|
-
gem.homepage = ""
|
10
|
-
|
11
|
-
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
12
|
-
gem.files = `git ls-files`.split("\n")
|
13
|
-
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
14
|
-
gem.name = "alula-plugins"
|
15
|
-
gem.require_paths = ["lib"]
|
16
|
-
gem.version = Alula::Plugins::VERSION
|
17
|
-
|
18
|
-
gem.add_dependency 'alula', '~> 0.4.0'
|
19
|
-
|
20
|
-
gem.add_development_dependency 'version', '~> 1.0.0'
|
21
|
-
end
|
File without changes
|
File without changes
|