fragment 0.0.1 → 0.0.2

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 (4) hide show
  1. data/.gitignore +2 -0
  2. data/README.md +1 -1
  3. data/fragment.gemspec +2 -2
  4. metadata +6 -6
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ *.gem
2
+
data/README.md CHANGED
@@ -14,7 +14,7 @@ First, how to install:
14
14
 
15
15
  sudo gem install fragment
16
16
 
17
- Them you can require Fragment and use it that way:
17
+ Then you can require Fragment and use it that way:
18
18
 
19
19
  require 'fragment'
20
20
 
data/fragment.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'fragment'
3
- s.version = "0.0.1"
3
+ s.version = "0.0.2"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "Another HTML builder"
6
6
  s.description = "An HTML builder heavily based on Gestalt from the Ramaze framework. Its main purpose is to create fragments (hence the name), but is perfectly suited for building full pages."
@@ -8,6 +8,6 @@ Gem::Specification.new do |s|
8
8
  s.require_path = './lib'
9
9
  s.author = "Mickael Riga"
10
10
  s.email = "mig@campbellhay.com"
11
- s.homepage = "http://www.campbellhay.com"
11
+ s.homepage = "https://github.com/mig-hub/fragment"
12
12
  s.add_development_dependency(%q<bacon>, "~> 1.1.0")
13
13
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fragment
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mickael Riga
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-14 00:00:00 +00:00
18
+ date: 2011-12-15 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -43,14 +43,14 @@ extensions: []
43
43
  extra_rdoc_files: []
44
44
 
45
45
  files:
46
+ - .gitignore
46
47
  - MIT_LICENCE
47
48
  - README.md
48
- - fragment-0.0.1.gem
49
49
  - fragment.gemspec
50
50
  - lib/fragment.rb
51
51
  - test/spec_fragment.rb
52
52
  has_rdoc: true
53
- homepage: http://www.campbellhay.com
53
+ homepage: https://github.com/mig-hub/fragment
54
54
  licenses: []
55
55
 
56
56
  post_install_message: