fuzzily 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/Gemfile.lock +19 -19
  2. data/lib/fuzzily/version.rb +1 -1
  3. metadata +4 -4
data/Gemfile.lock CHANGED
@@ -1,38 +1,38 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fuzzily (0.0.2)
4
+ fuzzily (0.0.3)
5
5
  activerecord (~> 2.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activerecord (2.3.14)
11
- activesupport (= 2.3.14)
12
- activesupport (2.3.14)
13
- appraisal (0.4.1)
10
+ activerecord (2.3.17)
11
+ activesupport (= 2.3.17)
12
+ activesupport (2.3.17)
13
+ appraisal (0.5.1)
14
14
  bundler
15
15
  rake
16
- coderay (1.0.8)
16
+ coderay (1.0.9)
17
17
  diff-lcs (1.1.3)
18
18
  method_source (0.8.1)
19
- pry (0.9.10)
19
+ pry (0.9.12)
20
20
  coderay (~> 1.0.5)
21
21
  method_source (~> 0.8)
22
- slop (~> 3.3.1)
23
- pry-nav (0.2.2)
22
+ slop (~> 3.4)
23
+ pry-nav (0.2.3)
24
24
  pry (~> 0.9.10)
25
- rake (0.9.2.2)
26
- rspec (2.11.0)
27
- rspec-core (~> 2.11.0)
28
- rspec-expectations (~> 2.11.0)
29
- rspec-mocks (~> 2.11.0)
30
- rspec-core (2.11.1)
31
- rspec-expectations (2.11.3)
25
+ rake (10.0.3)
26
+ rspec (2.12.0)
27
+ rspec-core (~> 2.12.0)
28
+ rspec-expectations (~> 2.12.0)
29
+ rspec-mocks (~> 2.12.0)
30
+ rspec-core (2.12.2)
31
+ rspec-expectations (2.12.1)
32
32
  diff-lcs (~> 1.1.3)
33
- rspec-mocks (2.11.3)
34
- slop (3.3.3)
35
- sqlite3 (1.3.6)
33
+ rspec-mocks (2.12.2)
34
+ slop (3.4.3)
35
+ sqlite3 (1.3.7)
36
36
 
37
37
  PLATFORMS
38
38
  ruby
@@ -1,3 +1,3 @@
1
1
  module Fuzzily
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fuzzily
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Julien Letessier
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-10-25 00:00:00 +01:00
18
+ date: 2013-02-20 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency