alula-themes 0.0.2 → 0.1.0
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 +4 -0
- data/VERSION +1 -0
- data/alula-themes.gemspec +4 -2
- data/lib/alula/themes/version.rb +1 -1
- metadata +18 -6
data/Rakefile
CHANGED
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.1.0
|
data/alula-themes.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["mikko@owlforestry.com"]
|
|
7
7
|
gem.description = %q{Beatiful themes for Alula}
|
|
8
8
|
gem.summary = %q{Ready to use themes for Alula blogs.}
|
|
9
|
-
gem.homepage = ""
|
|
9
|
+
gem.homepage = "http://owlforestry.github.com/alula-themes"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
|
@@ -15,5 +15,7 @@ Gem::Specification.new do |gem|
|
|
|
15
15
|
gem.require_paths = ["lib"]
|
|
16
16
|
gem.version = Alula::Themes::VERSION
|
|
17
17
|
|
|
18
|
-
gem.add_dependency 'alula'
|
|
18
|
+
gem.add_dependency 'alula', '~> 0.1.0'
|
|
19
|
+
|
|
20
|
+
gem.add_development_dependency 'version', '~> 1.0.0'
|
|
19
21
|
end
|
data/lib/alula/themes/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alula-themes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,15 +13,26 @@ date: 2012-04-06 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: alula
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70169041282760 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
|
-
- -
|
|
19
|
+
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
21
|
+
version: 0.1.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70169041282760
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: version
|
|
27
|
+
requirement: &70169041282160 !ruby/object:Gem::Requirement
|
|
28
|
+
none: false
|
|
29
|
+
requirements:
|
|
30
|
+
- - ~>
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 1.0.0
|
|
33
|
+
type: :development
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: *70169041282160
|
|
25
36
|
description: Beatiful themes for Alula
|
|
26
37
|
email:
|
|
27
38
|
- mikko@owlforestry.com
|
|
@@ -34,6 +45,7 @@ files:
|
|
|
34
45
|
- LICENSE
|
|
35
46
|
- README.md
|
|
36
47
|
- Rakefile
|
|
48
|
+
- VERSION
|
|
37
49
|
- alula-themes.gemspec
|
|
38
50
|
- lib/alula/themes.rb
|
|
39
51
|
- lib/alula/themes/install.rb
|
|
@@ -48,7 +60,7 @@ files:
|
|
|
48
60
|
- themes/minimal/stylesheets/minimal.css
|
|
49
61
|
- themes/minimal/stylesheets/minimal_default.css
|
|
50
62
|
- themes/minimal/stylesheets/pygment_trac.css
|
|
51
|
-
homepage:
|
|
63
|
+
homepage: http://owlforestry.github.com/alula-themes
|
|
52
64
|
licenses: []
|
|
53
65
|
post_install_message:
|
|
54
66
|
rdoc_options: []
|