simianarmy-ruote-external-workitem-rails 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
 
13
13
  # gem is a Gem::Specification... see
14
14
  # http://www.rubygems.org/read/chapter/20 for additional settings
15
- gem.add_dependency 'active_support'
15
+
16
16
  end
17
17
  rescue LoadError
18
18
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
- :minor: 1
3
+ :minor: 2
4
4
  :patch: 0
@@ -0,0 +1,50 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{ruote-external-workitem-rails}
5
+ s.version = "0.2.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Kenneth Kalmer", "Marc Mauger"]
9
+ s.date = %q{2009-07-12}
10
+ s.email = %q{simianarmy@gmail.com}
11
+ s.extra_rdoc_files = [
12
+ "LICENSE",
13
+ "README.textile"
14
+ ]
15
+ s.files = [
16
+ ".document",
17
+ "LICENSE",
18
+ "README.textile",
19
+ "Rakefile",
20
+ "VERSION.yml",
21
+ "lib/ruote_external_workitem.rb",
22
+ "lib/ruote_external_workitem/amqp.rb",
23
+ "lib/ruote_external_workitem/base.rb",
24
+ "lib/ruote_external_workitem/rest.rb",
25
+ "lib/ruote_external_workitem/xmpp.rb",
26
+ "ruote-external-workitem-rails.gemspec",
27
+ "spec/ruote_external_workitem_spec.rb",
28
+ "spec/spec_helper.rb"
29
+ ]
30
+ s.has_rdoc = true
31
+ s.homepage = %q{http://github.com/simianarmy/ruote-external-workitem}
32
+ s.rdoc_options = ["--charset=UTF-8"]
33
+ s.require_paths = ["lib"]
34
+ s.rubygems_version = %q{1.3.1}
35
+ s.summary = %q{TODO}
36
+ s.test_files = [
37
+ "spec/ruote_external_workitem_spec.rb",
38
+ "spec/spec_helper.rb"
39
+ ]
40
+
41
+ if s.respond_to? :specification_version then
42
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
43
+ s.specification_version = 2
44
+
45
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
46
+ else
47
+ end
48
+ else
49
+ end
50
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simianarmy-ruote-external-workitem-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenneth Kalmer
@@ -12,17 +12,8 @@ cert_chain: []
12
12
 
13
13
  date: 2009-07-12 00:00:00 -07:00
14
14
  default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: active_support
18
- type: :runtime
19
- version_requirement:
20
- version_requirements: !ruby/object:Gem::Requirement
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
25
- version:
15
+ dependencies: []
16
+
26
17
  description:
27
18
  email: simianarmy@gmail.com
28
19
  executables: []
@@ -43,6 +34,7 @@ files:
43
34
  - lib/ruote_external_workitem/base.rb
44
35
  - lib/ruote_external_workitem/rest.rb
45
36
  - lib/ruote_external_workitem/xmpp.rb
37
+ - ruote-external-workitem-rails.gemspec
46
38
  - spec/ruote_external_workitem_spec.rb
47
39
  - spec/spec_helper.rb
48
40
  has_rdoc: true