bc-htmlful 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +1 -0
  2. data/VERSION +1 -1
  3. data/bc-htmlful.gemspec +46 -0
  4. metadata +3 -1
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ pkg
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
@@ -0,0 +1,46 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{bc-htmlful}
8
+ s.version = "0.0.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Duarte Henriques", "Vasco Andrade e Silva"]
12
+ s.date = %q{2010-02-15}
13
+ s.description = %q{Form dynamic fields}
14
+ s.email = %q{info@byclosure.com}
15
+ s.extra_rdoc_files = [
16
+ "README"
17
+ ]
18
+ s.files = [
19
+ ".gitignore",
20
+ "README",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "bc-htmlful.gemspec",
24
+ "javascripts/dynamic_fields.js",
25
+ "javascripts/dynamic_fields.prototype.js",
26
+ "lib/htmlful.rb",
27
+ "lib/htmlful/dynamic_fields.rb",
28
+ "rails/init.rb",
29
+ "stylesheets/dynamic_fields.sass"
30
+ ]
31
+ s.homepage = %q{http://github.com/Byclosure/}
32
+ s.rdoc_options = ["--charset=UTF-8"]
33
+ s.require_paths = ["lib"]
34
+ s.rubygems_version = %q{1.3.5}
35
+ s.summary = %q{Form dynamic fields}
36
+
37
+ if s.respond_to? :specification_version then
38
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
39
+ s.specification_version = 3
40
+
41
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
42
+ else
43
+ end
44
+ else
45
+ end
46
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bc-htmlful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duarte Henriques
@@ -23,9 +23,11 @@ extensions: []
23
23
  extra_rdoc_files:
24
24
  - README
25
25
  files:
26
+ - .gitignore
26
27
  - README
27
28
  - Rakefile
28
29
  - VERSION
30
+ - bc-htmlful.gemspec
29
31
  - javascripts/dynamic_fields.js
30
32
  - javascripts/dynamic_fields.prototype.js
31
33
  - lib/htmlful.rb