datamapa 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -4,15 +4,16 @@
4
4
  .bundle
5
5
  .config
6
6
  coverage
7
+ Gemfile.lock
7
8
  InstalledFiles
8
9
  lib/bundler/man
9
10
  pkg
10
11
  rdoc
12
+ Session.vim
11
13
  spec/reports
12
14
  test/tmp
13
15
  test/version_tmp
14
16
  tmp
15
- Session.vim
16
17
 
17
18
  # YARD artifacts
18
19
  .yardoc
data/datamapa.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["doinchi@gmail.com"]
11
11
  spec.description = 'A minimalistic Data Mapper for removing model dependency on Active Record'
12
12
  spec.summary = 'Data Mapper using Active Record'
13
- spec.homepage = 'http://rubygems.org/gems/datamapa'
13
+ spec.homepage = 'https://github.com/doiyo/datamapa'
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module DataMapa
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Yosuke Doi
@@ -55,7 +55,6 @@ extra_rdoc_files: []
55
55
  files:
56
56
  - .gitignore
57
57
  - Gemfile
58
- - Gemfile.lock
59
58
  - LICENSE.txt
60
59
  - README.md
61
60
  - Rakefile
@@ -64,7 +63,7 @@ files:
64
63
  - lib/datamapa/version.rb
65
64
  - spec/datamapa/datamapa_spec.rb
66
65
  has_rdoc: true
67
- homepage: http://rubygems.org/gems/datamapa
66
+ homepage: https://github.com/doiyo/datamapa
68
67
  licenses:
69
68
  - MIT
70
69
  post_install_message:
data/Gemfile.lock DELETED
@@ -1,21 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- datamapa (0.0.2)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- metaclass (0.0.1)
10
- minitest (5.0.3)
11
- mocha (0.14.0)
12
- metaclass (~> 0.0.1)
13
-
14
- PLATFORMS
15
- ruby
16
- x86-mingw32
17
-
18
- DEPENDENCIES
19
- datamapa!
20
- minitest
21
- mocha