oa-cadun 0.2 → 0.2.1

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.
data/.rvmrc ADDED
@@ -0,0 +1 @@
1
+ rvm 1.9.2@oa-cadun
data/lib/oa-cadun.rb CHANGED
@@ -7,8 +7,4 @@ require 'nokogiri'
7
7
  require 'date'
8
8
  require 'oa-core'
9
9
  require 'cadun'
10
- require 'omni_auth/strategies/cadun'
11
-
12
- module OACadun
13
- VERSION = '0.2'
14
- end
10
+ require 'omni_auth/strategies/cadun'
@@ -0,0 +1,3 @@
1
+ module OACadun
2
+ VERSION = '0.2.1'
3
+ end
data/oa-cadun.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "oa-cadun"
3
+ require "oa-cadun/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "oa-cadun"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: oa-cadun
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "0.2"
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bruno Azisaka Maciel
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-17 00:00:00 -03:00
13
+ date: 2011-05-18 00:00:00 -03:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -102,11 +102,13 @@ extra_rdoc_files: []
102
102
  files:
103
103
  - .gitignore
104
104
  - .rspec
105
+ - .rvmrc
105
106
  - .travis.yml
106
107
  - Gemfile
107
108
  - README.md
108
109
  - Rakefile
109
110
  - lib/oa-cadun.rb
111
+ - lib/oa-cadun/version.rb
110
112
  - lib/omni_auth/strategies/cadun.rb
111
113
  - oa-cadun.gemspec
112
114
  - spec/omni_auth/strategies/cadun_spec.rb