organizai 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'oauth', '0.4.3'
3
+ gem 'oauth', '0.4.5'
4
4
 
5
5
  group :development do
6
6
  gem "shoulda", ">= 0"
@@ -6,7 +6,7 @@ GEM
6
6
  bundler (~> 1.0)
7
7
  git (>= 1.2.5)
8
8
  rake
9
- oauth (0.4.3)
9
+ oauth (0.4.5)
10
10
  rake (0.9.2)
11
11
  rcov (0.9.9)
12
12
  rdoc (3.6.1)
@@ -18,7 +18,7 @@ PLATFORMS
18
18
  DEPENDENCIES
19
19
  bundler (~> 1.0.0)
20
20
  jeweler (~> 1.6.4)
21
- oauth (= 0.4.3)
21
+ oauth (= 0.4.5)
22
22
  rcov
23
23
  rdoc
24
24
  shoulda
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,73 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
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{organizai}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Lucca Mordente"]
12
+ s.date = %q{2011-07-22}
13
+ s.description = %q{Integrate daily deal sites with Organizaí}
14
+ s.email = %q{luccamordente@gmail.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE.txt",
17
+ "README"
18
+ ]
19
+ s.files = [
20
+ ".bundle/config",
21
+ "Gemfile",
22
+ "Gemfile.lock",
23
+ "LICENSE.txt",
24
+ "README",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "lib/generators/organizai/install_generator.rb",
28
+ "lib/generators/templates/organizai.rb",
29
+ "lib/organizai.rb",
30
+ "lib/organizai/api.rb",
31
+ "lib/organizai/consumer.rb",
32
+ "lib/organizai/coupon.rb",
33
+ "lib/organizai/init.rb",
34
+ "lib/organizai/provider.rb",
35
+ "lib/organizai/response.rb",
36
+ "lib/organizai/user.rb",
37
+ "organizai.gemspec"
38
+ ]
39
+ s.homepage = %q{http://github.com/ditointernet/organizai}
40
+ s.licenses = ["MIT"]
41
+ s.require_paths = ["lib"]
42
+ s.rubygems_version = %q{1.3.6}
43
+ s.summary = %q{Organizaí integration}
44
+
45
+ if s.respond_to? :specification_version then
46
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
47
+ s.specification_version = 3
48
+
49
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
50
+ s.add_runtime_dependency(%q<oauth>, ["= 0.4.5"])
51
+ s.add_development_dependency(%q<shoulda>, [">= 0"])
52
+ s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
53
+ s.add_development_dependency(%q<jeweler>, ["~> 1.6.4"])
54
+ s.add_development_dependency(%q<rcov>, [">= 0"])
55
+ s.add_development_dependency(%q<rdoc>, [">= 0"])
56
+ else
57
+ s.add_dependency(%q<oauth>, ["= 0.4.5"])
58
+ s.add_dependency(%q<shoulda>, [">= 0"])
59
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
60
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
61
+ s.add_dependency(%q<rcov>, [">= 0"])
62
+ s.add_dependency(%q<rdoc>, [">= 0"])
63
+ end
64
+ else
65
+ s.add_dependency(%q<oauth>, ["= 0.4.5"])
66
+ s.add_dependency(%q<shoulda>, [">= 0"])
67
+ s.add_dependency(%q<bundler>, ["~> 1.0.0"])
68
+ s.add_dependency(%q<jeweler>, ["~> 1.6.4"])
69
+ s.add_dependency(%q<rcov>, [">= 0"])
70
+ s.add_dependency(%q<rdoc>, [">= 0"])
71
+ end
72
+ end
73
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lucca Mordente
@@ -28,8 +28,8 @@ dependencies:
28
28
  segments:
29
29
  - 0
30
30
  - 4
31
- - 3
32
- version: 0.4.3
31
+ - 5
32
+ version: 0.4.5
33
33
  requirement: *id001
34
34
  - !ruby/object:Gem::Dependency
35
35
  prerelease: false
@@ -122,7 +122,7 @@ files:
122
122
  - lib/organizai/provider.rb
123
123
  - lib/organizai/response.rb
124
124
  - lib/organizai/user.rb
125
- - pkg/organizai-0.1.0.gem
125
+ - organizai.gemspec
126
126
  has_rdoc: true
127
127
  homepage: http://github.com/ditointernet/organizai
128
128
  licenses:
Binary file