jekylltask 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. data/jekylltask.gemspec +2 -2
  2. metadata +6 -6
data/jekylltask.gemspec CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  Gem::Specification.new do |spec|
17
17
  spec.name = 'jekylltask'
18
- spec.version = '1.0.0'
18
+ spec.version = '1.0.1'
19
19
  spec.author = 'Jekyll Rake Task'
20
20
  spec.email = "antoine@lunar-ocean.com"
21
21
  spec.homepage = "http://www.github.com/atoulme/jekylltask"
@@ -28,5 +28,5 @@ A Rake task to run jekyll over your textile files.
28
28
 
29
29
  # Tested against these dependencies.
30
30
  spec.add_dependency 'rake', '>= 0.8.7'
31
- spec.add_dependency 'jekyll', '>= 0.6.3'
31
+ spec.add_dependency 'jekyll', '>= 0.6.2'
32
32
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekylltask
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jekyll Rake Task
@@ -42,12 +42,12 @@ dependencies:
42
42
  requirements:
43
43
  - - ">="
44
44
  - !ruby/object:Gem::Version
45
- hash: 1
45
+ hash: 3
46
46
  segments:
47
47
  - 0
48
48
  - 6
49
- - 3
50
- version: 0.6.3
49
+ - 2
50
+ version: 0.6.2
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  description: |