fones 0.1.0 → 0.1.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.
data/README.md CHANGED
@@ -23,10 +23,11 @@ Uses:
23
23
 
24
24
  ## Installation
25
25
 
26
- (requires [Ruby](http://www.ruby-lang.org/) and [RubyGems](http://rubygems.org/))
27
- Download the gem in the pkg directory and install local:
26
+ https://rubygems.org/gems/fones
28
27
 
29
- $ gem install --local ./fones-0.1.0.gem
28
+ (requires [Ruby](http://www.ruby-lang.org/) and [RubyGems](http://rubygems.org/)):
29
+
30
+ $ gem install fones
30
31
 
31
32
  Create your new theme project:
32
33
 
data/Rakefile CHANGED
@@ -15,10 +15,10 @@ require 'jeweler'
15
15
  Jeweler::Tasks.new do |gem|
16
16
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
17
  gem.name = 'fones'
18
- gem.homepage = 'http://mantiscode.nl/fones'
18
+ gem.homepage = 'http://mantiscode.nl/fones/'
19
19
  gem.license = 'MIT'
20
- gem.summary = %Q{A tool for developing wordpress themes with Bones Theme as a starting point}
21
- gem.description = %Q{A toolkit for bootstrapping and developing WordPress themes with Bones Theme as a starting point.}
20
+ gem.summary = %Q{A tool for developing wordpress themes with Bones Theme as a starting point.}
21
+ gem.description = %Q{A toolkit for bootstrapping and developing WordPress themes with Bones Theme as a starting point. Fones is a combination of Forge and Bones.}
22
22
  gem.email = 'joey@mantiscode.nl'
23
23
  gem.authors = ["Joey Stevense (script dj)" , "Andy Adams (forge)", "Drew Strojny (forge)", "Matt Button (forge)", "Eddy Machado (bones)"]
24
24
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/fones.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joey Stevense (script dj)", "Andy Adams (forge)", "Drew Strojny (forge)", "Matt Button (forge)", "Eddy Machado (bones)"]
12
12
  s.date = "2013-06-03"
13
- s.description = "A toolkit for bootstrapping and developing WordPress themes with Bones Theme as a starting point."
13
+ s.description = "A toolkit for bootstrapping and developing WordPress themes with Bones Theme as a starting point. Fones is a combination of Forge and Bones."
14
14
  s.email = "joey@mantiscode.nl"
15
15
  s.executables = ["fones"]
16
16
  s.extra_rdoc_files = [
@@ -115,11 +115,11 @@ Gem::Specification.new do |s|
115
115
  "spec/lib/forge/project_spec.rb",
116
116
  "spec/spec_helper.rb"
117
117
  ]
118
- s.homepage = "http://mantiscode.nl/fones"
118
+ s.homepage = "http://mantiscode.nl/fones/"
119
119
  s.licenses = ["MIT"]
120
120
  s.require_paths = ["lib"]
121
121
  s.rubygems_version = "1.8.25"
122
- s.summary = "A tool for developing wordpress themes with Bones Theme as a starting point"
122
+ s.summary = "A tool for developing wordpress themes with Bones Theme as a starting point."
123
123
 
124
124
  if s.respond_to? :specification_version then
125
125
  s.specification_version = 3
data/pkg/fones-0.1.0.gem CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -304,7 +304,7 @@ dependencies:
304
304
  - !ruby/object:Gem::Version
305
305
  version: 1.6.4
306
306
  description: A toolkit for bootstrapping and developing WordPress themes with Bones
307
- Theme as a starting point.
307
+ Theme as a starting point. Fones is a combination of Forge and Bones.
308
308
  email: joey@mantiscode.nl
309
309
  executables:
310
310
  - fones
@@ -409,7 +409,7 @@ files:
409
409
  - spec/lib/forge/config_spec.rb
410
410
  - spec/lib/forge/project_spec.rb
411
411
  - spec/spec_helper.rb
412
- homepage: http://mantiscode.nl/fones
412
+ homepage: http://mantiscode.nl/fones/
413
413
  licenses:
414
414
  - MIT
415
415
  post_install_message:
@@ -422,6 +422,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
422
422
  - - ! '>='
423
423
  - !ruby/object:Gem::Version
424
424
  version: '0'
425
+ segments:
426
+ - 0
427
+ hash: -3570680080247725199
425
428
  required_rubygems_version: !ruby/object:Gem::Requirement
426
429
  none: false
427
430
  requirements:
@@ -433,5 +436,5 @@ rubyforge_project:
433
436
  rubygems_version: 1.8.25
434
437
  signing_key:
435
438
  specification_version: 3
436
- summary: A tool for developing wordpress themes with Bones Theme as a starting point
439
+ summary: A tool for developing wordpress themes with Bones Theme as a starting point.
437
440
  test_files: []