sweetie 0.1.2 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/.gitignore +0 -1
  2. data/.rspec +3 -0
  3. data/.travis.yml +3 -2
  4. data/Gemfile +5 -0
  5. data/README.md +73 -16
  6. data/lib/sweetie.rb +2 -3
  7. data/lib/sweetie/bitbucket.rb +143 -0
  8. data/lib/sweetie/conversion.rb +86 -0
  9. data/lib/sweetie/helper.rb +85 -0
  10. data/lib/sweetie/version.rb +4 -0
  11. data/spec/source/bitbucket/user_changeset.json +30 -0
  12. data/spec/source/bitbucket/user_changeset_expectation.txt +1 -0
  13. data/spec/source/bitbucket/user_repositories.json +143 -0
  14. data/spec/sweetie_bitbucket_spec.rb +66 -0
  15. data/spec/sweetie_conversion_spec.rb +31 -0
  16. data/sweetie.gemspec +22 -18
  17. metadata +109 -112
  18. data/doc/Sweetie.html +0 -125
  19. data/doc/_index.html +0 -121
  20. data/doc/class_list.html +0 -47
  21. data/doc/css/common.css +0 -1
  22. data/doc/css/full_list.css +0 -53
  23. data/doc/css/style.css +0 -320
  24. data/doc/file.README.html +0 -95
  25. data/doc/file_list.html +0 -49
  26. data/doc/frames.html +0 -13
  27. data/doc/index.html +0 -95
  28. data/doc/js/app.js +0 -205
  29. data/doc/js/full_list.js +0 -150
  30. data/doc/js/jquery.js +0 -16
  31. data/doc/method_list.html +0 -126
  32. data/doc/top-level-namespace.html +0 -103
  33. data/spec/source/site/css/config.rb +0 -24
  34. data/spec/source/site/css/sass/site.sass +0 -180
  35. data/spec/source/site/css/stylesheets/iphone.css +0 -17
  36. data/spec/source/site/css/stylesheets/site.css +0 -246
  37. data/spec/source/site/css/stylesheets/syntax.css +0 -60
  38. data/spec/source/site/js/FancyZoom.js +0 -761
  39. data/spec/source/site/js/FancyZoomHTML.js +0 -318
  40. data/spec/source/site/test/config.rb +0 -24
  41. data/spec/source/site/test/sass/ie.scss +0 -5
  42. data/spec/source/site/test/sass/print.scss +0 -3
  43. data/spec/source/site/test/sass/screen.scss +0 -6
  44. data/spec/source/site/test/stylesheets/ie.css +0 -5
  45. data/spec/source/site/test/stylesheets/print.css +0 -3
  46. data/spec/source/site/test/stylesheets/screen.css +0 -69
  47. data/spec/sweetie_spec.rb +0 -30
@@ -0,0 +1,4 @@
1
+ module Sweetie
2
+ VERSION = "1.0.0"
3
+ end
4
+
@@ -0,0 +1,30 @@
1
+ {
2
+ "count": 1,
3
+ "start": null,
4
+ "limit": 15,
5
+ "changesets": [
6
+ {
7
+ "node": "0b1b929fac46",
8
+ "files": [
9
+ {
10
+ "type": "added",
11
+ "file": "svn.pdf"
12
+ },
13
+ {
14
+ "type": "added",
15
+ "file": "svn.tex"
16
+ }
17
+ ],
18
+ "raw_author": "Matthias Guenther <matthias.guenther@wikimatze.de>",
19
+ "utctimestamp": "2011-10-16 19:24:53+00:00",
20
+ "author": "wikimatze",
21
+ "timestamp": "2011-10-16 21:24:53",
22
+ "raw_node": "0b1b929fac46825ab9a445ccc307d078df8ea342",
23
+ "parents": [],
24
+ "branch": "master",
25
+ "message": "initial commit\n",
26
+ "revision": null,
27
+ "size": -1
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1 @@
1
+ {"count"=>1, "start"=>nil, "limit"=>15, "changesets"=>[{"node"=>"0b1b929fac46", "files"=>[{"type"=>"added", "file"=>"svn.pdf"}, {"type"=>"added", "file"=>"svn.tex"}], "raw_author"=>"Matthias Guenther <matthias.guenther@wikimatze.de>", "utctimestamp"=>"2011-10-16 19:24:53+00:00", "author"=>"wikimatze", "timestamp"=>"2011-10-16 21:24:53", "raw_node"=>"0b1b929fac46825ab9a445ccc307d078df8ea342", "parents"=>[], "branch"=>"master", "message"=>"initial commit\n", "revision"=>nil, "size"=>-1}]}
@@ -0,0 +1,143 @@
1
+ {
2
+ "repositories": [
3
+ {
4
+ "website": "",
5
+ "scm": "git",
6
+ "name": "svn",
7
+ "followers_count": 1,
8
+ "owner": "wikimatze",
9
+ "logo": null,
10
+ "resource_uri": "/api/1.0/repositories/wikimatze/svn",
11
+ "slug": "svn",
12
+ "description": ""
13
+ },
14
+ {
15
+ "website": "",
16
+ "scm": "git",
17
+ "name": "sql",
18
+ "followers_count": 1,
19
+ "owner": "wikimatze",
20
+ "logo": null,
21
+ "resource_uri": "/api/1.0/repositories/wikimatze/sql",
22
+ "slug": "sql",
23
+ "description": ""
24
+ },
25
+ {
26
+ "website": "",
27
+ "scm": "git",
28
+ "name": "shell",
29
+ "followers_count": 1,
30
+ "owner": "wikimatze",
31
+ "logo": null,
32
+ "resource_uri": "/api/1.0/repositories/wikimatze/shell",
33
+ "slug": "shell",
34
+ "description": ""
35
+ },
36
+ {
37
+ "website": "",
38
+ "scm": "git",
39
+ "name": "scrum",
40
+ "followers_count": 1,
41
+ "owner": "wikimatze",
42
+ "logo": null,
43
+ "resource_uri": "/api/1.0/repositories/wikimatze/scrum",
44
+ "slug": "scrum",
45
+ "description": ""
46
+ },
47
+ {
48
+ "website": "",
49
+ "scm": "git",
50
+ "name": "ruby",
51
+ "followers_count": 1,
52
+ "owner": "wikimatze",
53
+ "logo": null,
54
+ "resource_uri": "/api/1.0/repositories/wikimatze/ruby",
55
+ "slug": "ruby",
56
+ "description": ""
57
+ },
58
+ {
59
+ "website": "",
60
+ "scm": "git",
61
+ "name": "rails",
62
+ "followers_count": 1,
63
+ "owner": "wikimatze",
64
+ "logo": null,
65
+ "resource_uri": "/api/1.0/repositories/wikimatze/rails",
66
+ "slug": "rails",
67
+ "description": ""
68
+ },
69
+ {
70
+ "website": "",
71
+ "scm": "git",
72
+ "name": "git",
73
+ "followers_count": 1,
74
+ "owner": "wikimatze",
75
+ "logo": null,
76
+ "resource_uri": "/api/1.0/repositories/wikimatze/git",
77
+ "slug": "git",
78
+ "description": ""
79
+ },
80
+ {
81
+ "website": "",
82
+ "scm": "git",
83
+ "name": "pmwiki-twitter-recipe",
84
+ "followers_count": 1,
85
+ "owner": "wikimatze",
86
+ "logo": null,
87
+ "resource_uri": "/api/1.0/repositories/wikimatze/pmwiki-twitter-recipe",
88
+ "slug": "pmwiki-twitter-recipe",
89
+ "description": ""
90
+ },
91
+ {
92
+ "website": "",
93
+ "scm": "git",
94
+ "name": "pmwiki-syntaxlove-recipe",
95
+ "followers_count": 1,
96
+ "owner": "wikimatze",
97
+ "logo": null,
98
+ "resource_uri": "/api/1.0/repositories/wikimatze/pmwiki-syntaxlove-recipe",
99
+ "slug": "pmwiki-syntaxlove-recipe",
100
+ "description": ""
101
+ },
102
+ {
103
+ "website": "",
104
+ "scm": "git",
105
+ "name": "pmwiki-linkicons-recipe",
106
+ "followers_count": 1,
107
+ "owner": "wikimatze",
108
+ "logo": null,
109
+ "resource_uri": "/api/1.0/repositories/wikimatze/pmwiki-linkicons-recipe",
110
+ "slug": "pmwiki-linkicons-recipe",
111
+ "description": ""
112
+ },
113
+ {
114
+ "website": "",
115
+ "scm": "git",
116
+ "name": "pmwiki-headlineimage-recipe",
117
+ "followers_count": 1,
118
+ "owner": "wikimatze",
119
+ "logo": null,
120
+ "resource_uri": "/api/1.0/repositories/wikimatze/pmwiki-headlineimage-recipe",
121
+ "slug": "pmwiki-headlineimage-recipe",
122
+ "description": ""
123
+ },
124
+ {
125
+ "website": "",
126
+ "scm": "git",
127
+ "name": "pmwiki-dropcaps-recipe",
128
+ "followers_count": 1,
129
+ "owner": "wikimatze",
130
+ "logo": null,
131
+ "resource_uri": "/api/1.0/repositories/wikimatze/pmwiki-dropcaps-recipe",
132
+ "slug": "pmwiki-dropcaps-recipe",
133
+ "description": ""
134
+ }
135
+ ],
136
+ "user": {
137
+ "username": "wikimatze",
138
+ "first_name": "Matthias",
139
+ "last_name": "Günther",
140
+ "avatar": "https://secure.gravatar.com/avatar/208673d619b63131cbfd7205366ad16e?d=identicon&s=32",
141
+ "resource_uri": "/1.0/users/wikimatze"
142
+ }
143
+ }
@@ -0,0 +1,66 @@
1
+ require 'sweetie/bitbucket'
2
+
3
+ describe Sweetie::Bitbucket do
4
+
5
+ let(:current_dir) {File.dirname(__FILE__)}
6
+ let(:user_repositories) {File.join(current_dir, 'source', 'bitbucket', 'user_repositories.json')}
7
+ let(:user_changeset) {File.join(current_dir, 'source', 'bitbucket', 'user_changeset.json')}
8
+ let(:site_dir) {File.join(current_dir, 'source', 'site')}
9
+ let(:user_changeset_expectation) {File.join(current_dir, 'source', 'bitbucket', 'user_changeset_expectation.txt')}
10
+ let(:config) {File.join(current_dir, "source", "_config.yml")}
11
+ let(:svn_hash) {{"svn" => "2011-10-16"}}
12
+
13
+ let(:bitbucket) {Sweetie::Bitbucket}
14
+
15
+ it "should parse a json file" do
16
+ changeset = File.open(user_changeset).read
17
+ # gsub replace trailing newline at the end of the file
18
+ changeset_expectation = File.open(user_changeset_expectation).read.gsub("\n", "")
19
+ changeset = bitbucket.parse_json(changeset).to_s
20
+ changeset.should == changeset_expectation
21
+ end
22
+
23
+ it "should get the names of the repositories" do
24
+ json_repositories = File.open(user_repositories).read
25
+ names = %w(svn sql shell scrum ruby rails
26
+ git pmwiki-twitter-recipe
27
+ pmwiki-syntaxlove-recipe
28
+ pmwiki-linkicons-recipe
29
+ pmwiki-headlineimage-recipe
30
+ pmwiki-dropcaps-recipe)
31
+ bitbucket.read_repositories(json_repositories).should == names
32
+ end
33
+
34
+ it "should parse a timestamp" do
35
+ timestamp = %Q(2011-04-20 11:31:39)
36
+ bitbucket.parse_timestamp(timestamp).should == "2011-04-20"
37
+ end
38
+
39
+ it "should create a string representation of a repository" do
40
+ repository = {"pmwiki" => "2011-10-26"}
41
+ bitbucket.create_entry(repository.keys.first, repository.values.first).should == "pmwiki: 2011-10-26"
42
+ end
43
+
44
+ it "should create last modification of each repository" do
45
+ repo = File.open(user_changeset).read
46
+ bitbucket.repository_last_modification("svn", repo).should == svn_hash
47
+ end
48
+
49
+ it "should repositories changes write_repository_changes" do
50
+ hash = {"svn" => "2011-10-26", "pmwiki" => "2011-10-26"}
51
+ bitbucket.config = config
52
+ bitbucket.write_repository_changes(hash)
53
+ config_yml_content = File.open(config).read
54
+ config_yml_content.should include("svn: 2011-10-26")
55
+ config_yml_content.should include("pmwiki: 2011-10-26")
56
+
57
+ # remove variables from the text-file
58
+ text = config_yml_content.gsub!("svn: 2011-10-26\n", "")
59
+ text = config_yml_content.gsub!("pmwiki: 2011-10-26\n", "")
60
+ config_yml_content = File.open(config, "w")
61
+ config_yml_content.puts text
62
+ config_yml_content.close
63
+ end
64
+
65
+ end
66
+
@@ -0,0 +1,31 @@
1
+ require 'sweetie/conversion'
2
+
3
+ describe Sweetie::Conversion do
4
+
5
+ let(:current_dir) {File.dirname(__FILE__)}
6
+ let(:about_page) {File.join(current_dir, 'source', 'site', 'about.html')}
7
+ let(:site_dir) {File.join(current_dir, 'source', 'site')}
8
+ let(:sweetie) {Sweetie::Conversion}
9
+
10
+ it "should count links of about.html page" do
11
+ sweetie.count_link_of_one_page(about_page).should == 11
12
+ end
13
+
14
+ it "should count images of about.html page" do
15
+ sweetie.count_images_of_one_page(about_page).should == 1
16
+ end
17
+
18
+ it "should count all html pages" do
19
+ sweetie.count_all_html_pages(site_dir).should == 8
20
+ end
21
+
22
+ it "should count all links of all pages" do
23
+ sweetie.count_all_links(site_dir).should == 54
24
+ end
25
+
26
+ it "should count all images" do
27
+ sweetie.count_all_images(site_dir).should == 1
28
+ end
29
+
30
+ end
31
+
@@ -1,30 +1,34 @@
1
- File.expand_path("../lib", __FILE__)
2
- require 'lib/sweetie'
1
+ # magic line that ensures "../lib" is in the load path
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require 'sweetie/version'
3
4
 
4
5
  Gem::Specification.new do |s|
5
6
  s.name = 'sweetie'
6
7
  s.version = Sweetie::VERSION
7
- s.date = Sweetie::DATE
8
-
9
- s.summary = 'Count links, images, number of html pages, and last-build time of a jekyll project.'
10
- s.description = 'Sweetie counts the links, images, number of html pages, and last-build time of a jekyll project.'
11
-
12
- s.authors = ["Matthias Guenther"]
8
+ s.date = '2012-06-05'
9
+ s.authors = ['Matthias Guenther']
13
10
  s.email = 'matthias.guenther@wikimatze.de'
14
- s.homepage = 'http://github.com/matthias-guenther/sweetie'
11
+ s.homepage = 'https://github.com/matthias-guenther/sweetie'
15
12
 
16
- s.required_ruby_version = '>= 1.8.7'
17
- s.files = `git ls-files`.split("\n")
13
+ s.summary = %q{Count links, images, number of html pages, and last-build time of a
14
+ jekyll project + last changes of bitbucket repositories.}
15
+ s.description = %q{Sweetie counts the links, images, number of html pages, and last-build
16
+ time of a jekyll project. In addition it can get the last changes of all
17
+ bitbuckets repositories of a certain user.}
18
18
 
19
- s.test_files = Dir.glob "spec/**/*spec.rb"
20
- s.executables = ['sweetie']
19
+ # the files included in the gem
20
+ s.files = `git ls-files`.split("\n")
21
+ # files that are used for the gem (the line supports TestUnit, MiniTest, RSpec, and Cucumber
22
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
23
+ s.require_paths = ["lib"]
21
24
 
22
- s.extra_rdoc_files = ["README.md", "doc/frames.html"]
25
+ s.extra_rdoc_files = ["README.md"]
23
26
 
24
27
  s.add_runtime_dependency 'nokogiri', ">= 1.4.6"
25
-
26
- s.has_rdoc = true
27
-
28
- s.add_development_dependency 'rspec', ">= 2.6.0"
28
+ s.add_runtime_dependency 'json', ">= 1.6.1"
29
+ s.add_development_dependency 'rake'
30
+ s.add_development_dependency 'rspec'
29
31
  s.add_development_dependency 'yard'
32
+
30
33
  end
34
+
metadata CHANGED
@@ -1,112 +1,127 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: sweetie
3
- version: !ruby/object:Gem::Version
4
- hash: 31
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 1
9
- - 2
10
- version: 0.1.2
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Matthias Guenther
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-07-17 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
12
+ date: 2012-06-05 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
21
15
  name: nokogiri
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 1.4.6
22
+ type: :runtime
22
23
  prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
24
25
  none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 11
29
- segments:
30
- - 1
31
- - 4
32
- - 6
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
33
29
  version: 1.4.6
30
+ - !ruby/object:Gem::Dependency
31
+ name: json
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: 1.6.1
34
38
  type: :runtime
35
- version_requirements: *id001
36
- - !ruby/object:Gem::Dependency
37
- name: rspec
38
39
  prerelease: false
39
- requirement: &id002 !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: 1.6.1
46
+ - !ruby/object:Gem::Dependency
47
+ name: rake
48
+ requirement: !ruby/object:Gem::Requirement
40
49
  none: false
41
- requirements:
42
- - - ">="
43
- - !ruby/object:Gem::Version
44
- hash: 23
45
- segments:
46
- - 2
47
- - 6
48
- - 0
49
- version: 2.6.0
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :development
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: rspec
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
50
70
  type: :development
51
- version_requirements: *id002
52
- - !ruby/object:Gem::Dependency
53
- name: yard
54
71
  prerelease: false
55
- requirement: &id003 !ruby/object:Gem::Requirement
72
+ version_requirements: !ruby/object:Gem::Requirement
56
73
  none: false
57
- requirements:
58
- - - ">="
59
- - !ruby/object:Gem::Version
60
- hash: 3
61
- segments:
62
- - 0
63
- version: "0"
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
79
+ name: yard
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
64
86
  type: :development
65
- version_requirements: *id003
66
- description: Sweetie counts the links, images, number of html pages, and last-build time of a jekyll project.
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ description: ! "Sweetie counts the links, images, number of html pages, and last-build\n
95
+ \ time of a jekyll project. In addition it can get the
96
+ last changes of all\n bitbuckets repositories of a certain
97
+ user."
67
98
  email: matthias.guenther@wikimatze.de
68
- executables:
69
- - sweetie
99
+ executables: []
70
100
  extensions: []
71
-
72
- extra_rdoc_files:
101
+ extra_rdoc_files:
73
102
  - README.md
74
- - doc/frames.html
75
- files:
103
+ files:
76
104
  - .gitignore
105
+ - .rspec
77
106
  - .travis.yml
107
+ - Gemfile
78
108
  - README.md
79
109
  - Rakefile
80
- - bin/sweetie
81
- - doc/Sweetie.html
82
- - doc/_index.html
83
- - doc/class_list.html
84
- - doc/css/common.css
85
- - doc/css/full_list.css
86
- - doc/css/style.css
87
- - doc/file.README.html
88
- - doc/file_list.html
89
- - doc/frames.html
90
- - doc/index.html
91
- - doc/js/app.js
92
- - doc/js/full_list.js
93
- - doc/js/jquery.js
94
- - doc/method_list.html
95
- - doc/top-level-namespace.html
96
110
  - lib/sweetie.rb
111
+ - lib/sweetie/bitbucket.rb
97
112
  - lib/sweetie/conversion.rb
113
+ - lib/sweetie/helper.rb
114
+ - lib/sweetie/version.rb
98
115
  - spec/source/_config.yml
116
+ - spec/source/bitbucket/user_changeset.json
117
+ - spec/source/bitbucket/user_changeset_expectation.txt
118
+ - spec/source/bitbucket/user_repositories.json
99
119
  - spec/source/site/404.html
100
120
  - spec/source/site/about.html
101
121
  - spec/source/site/archiv.html
102
122
  - spec/source/site/atom.xml
103
123
  - spec/source/site/colophon.html
104
124
  - spec/source/site/contact.html
105
- - spec/source/site/css/config.rb
106
- - spec/source/site/css/sass/site.sass
107
- - spec/source/site/css/stylesheets/iphone.css
108
- - spec/source/site/css/stylesheets/site.css
109
- - spec/source/site/css/stylesheets/syntax.css
110
125
  - spec/source/site/follow.html
111
126
  - spec/source/site/images/2_avatars.gif
112
127
  - spec/source/site/images/favicon.png
@@ -139,54 +154,36 @@ files:
139
154
  - spec/source/site/images/images-global/zoom/zoom-spin-9.png
140
155
  - spec/source/site/images/rails3.jpg
141
156
  - spec/source/site/index.html
142
- - spec/source/site/js/FancyZoom.js
143
- - spec/source/site/js/FancyZoomHTML.js
144
157
  - spec/source/site/robots.txt
145
158
  - spec/source/site/sitemap.xml
146
- - spec/source/site/test/config.rb
147
- - spec/source/site/test/sass/ie.scss
148
- - spec/source/site/test/sass/print.scss
149
- - spec/source/site/test/sass/screen.scss
150
- - spec/source/site/test/stylesheets/ie.css
151
- - spec/source/site/test/stylesheets/print.css
152
- - spec/source/site/test/stylesheets/screen.css
153
159
  - spec/source/site/why-i-use-jekyll-for-blogging.html
154
- - spec/sweetie_spec.rb
160
+ - spec/sweetie_bitbucket_spec.rb
161
+ - spec/sweetie_conversion_spec.rb
155
162
  - sweetie.gemspec
156
- homepage: http://github.com/matthias-guenther/sweetie
163
+ homepage: https://github.com/matthias-guenther/sweetie
157
164
  licenses: []
158
-
159
165
  post_install_message:
160
166
  rdoc_options: []
161
-
162
- require_paths:
167
+ require_paths:
163
168
  - lib
164
- required_ruby_version: !ruby/object:Gem::Requirement
169
+ required_ruby_version: !ruby/object:Gem::Requirement
165
170
  none: false
166
- requirements:
167
- - - ">="
168
- - !ruby/object:Gem::Version
169
- hash: 57
170
- segments:
171
- - 1
172
- - 8
173
- - 7
174
- version: 1.8.7
175
- required_rubygems_version: !ruby/object:Gem::Requirement
171
+ requirements:
172
+ - - ! '>='
173
+ - !ruby/object:Gem::Version
174
+ version: '0'
175
+ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  none: false
177
- requirements:
178
- - - ">="
179
- - !ruby/object:Gem::Version
180
- hash: 3
181
- segments:
182
- - 0
183
- version: "0"
177
+ requirements:
178
+ - - ! '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
184
181
  requirements: []
185
-
186
182
  rubyforge_project:
187
- rubygems_version: 1.8.5
183
+ rubygems_version: 1.8.23
188
184
  signing_key:
189
185
  specification_version: 3
190
- summary: Count links, images, number of html pages, and last-build time of a jekyll project.
191
- test_files:
192
- - spec/sweetie_spec.rb
186
+ summary: Count links, images, number of html pages, and last-build time of a jekyll
187
+ project + last changes of bitbucket repositories.
188
+ test_files: []
189
+ has_rdoc: