rails_stats 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c524b65e7fd49275893acdb29dc435202055ef68
4
- data.tar.gz: 99a102a7895c4ae933e8d7f76db192f5d633cb2d
3
+ metadata.gz: d49b8204fe1e35492bb2e33e38658e2c98b1d902
4
+ data.tar.gz: 4804e75ac83f121ae925b552b66de5c07919a576
5
5
  SHA512:
6
- metadata.gz: bb7f37c55f35120a8efd53f6a77ad7e3076f3d55e50b9772dbc360e0742a4744c1946ca3eab116129221c023fa13549db2d5d58614c4c3e09032d5852171e9da
7
- data.tar.gz: 6f218fb511a3cb977c20a883216b2c7c84634a93a0ca6a20041f0ffcba0f55c18b3bb0a658ff07051fba83bbe73b67518e2a09c5ba69ec1e3b6cfceb96a6ff1e
6
+ metadata.gz: ff5d3503d081cef1b68099febae02f312f42f9614de256b7ad7796ec72662df2155868561df004875f160c0a1b6f6693327c9cba09d6a9057dc83eb16b10b233
7
+ data.tar.gz: 6569a5564619e65358ece062b1c35d479788d787fa30823535e8cb0527675862d8ef1e67a3e60fe060f32da18a6d021b2db941feb9db7023129c2241949a42a5
data/lib/rails_stats.rb CHANGED
@@ -4,5 +4,6 @@ module RailsStats
4
4
 
5
5
  end
6
6
 
7
+ require 'rake'
7
8
  require 'rails_stats/tasks'
8
9
 
@@ -1,3 +1,3 @@
1
1
  module RailsStats
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Leonard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-16 00:00:00.000000000 Z
11
+ date: 2018-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.6'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.6'
41
41
  description: Point it to a directory and see stuff about the app
@@ -45,7 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .gitignore
48
+ - ".gitignore"
49
49
  - Gemfile
50
50
  - LICENSE.txt
51
51
  - README.md
@@ -75,17 +75,17 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - '>='
78
+ - - ">="
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ">="
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.0.3
88
+ rubygems_version: 2.5.2
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Analyze a Rails project