reviewed 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 1.9.3
@@ -1,4 +1,4 @@
1
1
  module Reviewed
2
- VERSION = "0.4.4"
2
+ VERSION = "0.4.5"
3
3
  API_VERSION = 'v1'
4
4
  end
data/reviewed.gemspec CHANGED
@@ -1,4 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
2
3
  require File.expand_path('../lib/reviewed/version', __FILE__)
3
4
 
4
5
  Gem::Specification.new do |gem|
@@ -12,7 +13,6 @@ Gem::Specification.new do |gem|
12
13
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
13
14
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
15
  gem.name = "reviewed"
15
- gem.require_paths = ["lib"]
16
16
  gem.version = Reviewed::VERSION
17
17
 
18
18
  gem.add_dependency 'activesupport', '>= 3.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reviewed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-05-07 00:00:00.000000000 Z
13
+ date: 2013-06-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport
@@ -212,7 +212,7 @@ extensions: []
212
212
  extra_rdoc_files: []
213
213
  files:
214
214
  - .gitignore
215
- - .rvmrc
215
+ - .ruby-version
216
216
  - Gemfile
217
217
  - Guardfile
218
218
  - LICENSE
data/.rvmrc DELETED
@@ -1 +0,0 @@
1
- rvm use 1.9.3