remarkable 3.1.11 → 3.1.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Remarkable
2
- VERSION = '3.1.11' unless self.const_defined?(:VERSION)
2
+ VERSION = '3.1.12' unless self.const_defined?(:VERSION)
3
3
  end
@@ -0,0 +1,32 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{remarkable}
5
+ s.version = "3.1.12"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Carlos Brando", "Jos\303\251 Valim"]
9
+ s.date = %q{2010-01-19}
10
+ s.description = %q{Remarkable: a framework for rspec matchers, with support to macros and I18n.}
11
+ s.email = ["eduardobrando@gmail.com", "jose.valim@gmail.com"]
12
+ s.extra_rdoc_files = ["README", "LICENSE", "CHANGELOG"]
13
+ s.files = ["README", "LICENSE", "CHANGELOG", "lib/remarkable", "lib/remarkable/base.rb", "lib/remarkable/core_ext", "lib/remarkable/core_ext/array.rb", "lib/remarkable/dsl", "lib/remarkable/dsl/assertions.rb", "lib/remarkable/dsl/callbacks.rb", "lib/remarkable/dsl/optionals.rb", "lib/remarkable/dsl.rb", "lib/remarkable/i18n.rb", "lib/remarkable/macros.rb", "lib/remarkable/matchers.rb", "lib/remarkable/messages.rb", "lib/remarkable/negative.rb", "lib/remarkable/pending.rb", "lib/remarkable/rspec.rb", "lib/remarkable/version.rb", "lib/remarkable.rb", "locale/en.yml", "remarkable.gemspec"]
14
+ s.homepage = %q{http://github.com/carlosbrando/remarkable}
15
+ s.require_paths = ["lib"]
16
+ s.rubyforge_project = %q{remarkable}
17
+ s.rubygems_version = %q{1.3.5}
18
+ s.summary = %q{Remarkable: a framework for rspec matchers, with support to macros and I18n.}
19
+
20
+ if s.respond_to? :specification_version then
21
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
22
+ s.specification_version = 3
23
+
24
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
25
+ s.add_runtime_dependency(%q<rspec>, [">= 1.2.0"])
26
+ else
27
+ s.add_dependency(%q<rspec>, [">= 1.2.0"])
28
+ end
29
+ else
30
+ s.add_dependency(%q<rspec>, [">= 1.2.0"])
31
+ end
32
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remarkable
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.11
4
+ version: 3.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Brando
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-10-01 00:00:00 -03:00
13
+ date: 2010-01-19 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -55,6 +55,7 @@ files:
55
55
  - lib/remarkable/version.rb
56
56
  - lib/remarkable.rb
57
57
  - locale/en.yml
58
+ - remarkable.gemspec
58
59
  has_rdoc: true
59
60
  homepage: http://github.com/carlosbrando/remarkable
60
61
  licenses: []
@@ -79,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
80
  requirements: []
80
81
 
81
82
  rubyforge_project: remarkable
82
- rubygems_version: 1.3.4
83
+ rubygems_version: 1.3.5
83
84
  signing_key:
84
85
  specification_version: 3
85
86
  summary: "Remarkable: a framework for rspec matchers, with support to macros and I18n."