edo 0.1.0 → 0.1.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
- SHA1:
3
- metadata.gz: 7a01978fdfcb1b7f47e86d76c10415ab0b3a1ed0
4
- data.tar.gz: f7ff97bbd1562a5f647d86741d93e31a7dfd1d96
2
+ SHA256:
3
+ metadata.gz: e6af4eb2edbd156f2423c99550c3db07a707a6baaf479903d676b9e288cef849
4
+ data.tar.gz: 4ed8769c1bd4cc6a7cefd16853ad13e9a836439ceaf91afea24c2a2df6bf1383
5
5
  SHA512:
6
- metadata.gz: 7540a200223a46d181234b792d460bb233f7a1873fe0cb8161084a3aa8141f2d6006fd72c72ea41109af779a48b7e9c24df85159aab1f78d02eab16684b43e63
7
- data.tar.gz: 356770a0f7620fb4e8f352b0bbf16aee53317c97cbb988a0cb0e1012d7099a03f314e33b27f076ca937ab648af81d47e8bf528753c1404bc34e8040f47fcf77d
6
+ metadata.gz: 551b8ad997dbd10675e83f6dfc7139dd42303d8abe532f4543808aa6cf52d6f029570888b6510480c4c9e90c8accde27fd3cf80521996a1f42dd5db67e59c2da
7
+ data.tar.gz: 201fe09836323976246bc389ae42485f2d8b85ed6193a7b7f8c6fe58d28eaa597723b147216285bde96ed5f3673fdcf5c9c23cea1f1834398d0c6702599b99f1
data/.DS_Store ADDED
Binary file
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # Edo
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/edo`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Samurai policing your Rails application's code!
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,7 +20,7 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- run `rake edo:reports` to see the reports
23
+ run `rake edo:report` to see the reports
26
24
  run `rake -T edo` to see the options available :)
27
25
 
28
26
  ## Development
@@ -33,10 +31,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
31
 
34
32
  ## Contributing
35
33
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/edo.
34
+ Bug reports and pull requests are welcome on GitHub at https://github.com/bodacious/edo.
37
35
 
38
36
 
39
37
  ## License
40
38
 
41
39
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
42
-
data/edo.gemspec CHANGED
@@ -7,12 +7,15 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "edo"
8
8
  spec.version = Edo::VERSION
9
9
  spec.authors = ["Bodacious"]
10
- spec.email = ["gavin@katanacode.com"]
10
+ spec.email = ["gavin@gavinmorrice.com"]
11
11
 
12
- spec.summary = %q{Katana's internal code-police}
13
- spec.description = %q{Write better code–together–by using these reports to make sure
14
- the changes you're committing are healthy}
15
- spec.homepage = "http://github.com/katanacode/edo"
12
+ spec.summary = %q{Internal code-police}
13
+ spec.description = <<~DESC
14
+ Write better code–together–by using these reports to make sure
15
+ the changes you're committing are healthy. Includes Brakeman, RubyCritic, Rubocop and
16
+ SandiMeter
17
+ DESC
18
+ spec.homepage = "http://github.com/bodacious/edo"
16
19
  spec.license = "MIT"
17
20
 
18
21
 
@@ -26,6 +29,6 @@ Gem::Specification.new do |spec|
26
29
  spec.add_dependency "rubocop"
27
30
  spec.add_dependency "brakeman"
28
31
 
29
- spec.add_development_dependency "bundler", "~> 1.10"
30
- spec.add_development_dependency "rake", "~> 10.0"
32
+ spec.add_development_dependency "bundler"
33
+ spec.add_development_dependency "rake"
31
34
  end
data/lib/.DS_Store ADDED
Binary file
data/lib/edo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Edo
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -4,7 +4,7 @@ namespace :edo do
4
4
 
5
5
  namespace :report do
6
6
 
7
- REPORTS_DIR = 'doc'
7
+ REPORTS_DIR = ENV['REPORTS_DIR'] || 'doc'
8
8
 
9
9
  desc "Generates an HTML report on the current condition of your application's code"
10
10
  task :climate do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bodacious
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-08 00:00:00.000000000 Z
11
+ date: 2021-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sandi_meter
@@ -70,39 +70,41 @@ dependencies:
70
70
  name: bundler
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '1.10'
75
+ version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '1.10'
82
+ version: '0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rake
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - "~>"
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '10.0'
89
+ version: '0'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - "~>"
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
- version: '10.0'
97
- description: |-
96
+ version: '0'
97
+ description: |
98
98
  Write better code–together–by using these reports to make sure
99
- the changes you're committing are healthy
99
+ the changes you're committing are healthy. Includes Brakeman, RubyCritic, Rubocop and
100
+ SandiMeter
100
101
  email:
101
- - gavin@katanacode.com
102
+ - gavin@gavinmorrice.com
102
103
  executables: []
103
104
  extensions: []
104
105
  extra_rdoc_files: []
105
106
  files:
107
+ - ".DS_Store"
106
108
  - ".gitignore"
107
109
  - Gemfile
108
110
  - LICENSE.txt
@@ -111,15 +113,16 @@ files:
111
113
  - bin/console
112
114
  - bin/setup
113
115
  - edo.gemspec
116
+ - lib/.DS_Store
114
117
  - lib/edo.rb
115
118
  - lib/edo/railtie.rb
116
119
  - lib/edo/version.rb
117
120
  - lib/tasks/edo/reports.rb
118
- homepage: http://github.com/katanacode/edo
121
+ homepage: http://github.com/bodacious/edo
119
122
  licenses:
120
123
  - MIT
121
124
  metadata: {}
122
- post_install_message:
125
+ post_install_message:
123
126
  rdoc_options: []
124
127
  require_paths:
125
128
  - lib
@@ -134,9 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
137
  - !ruby/object:Gem::Version
135
138
  version: '0'
136
139
  requirements: []
137
- rubyforge_project:
138
- rubygems_version: 2.4.8
139
- signing_key:
140
+ rubygems_version: 3.2.15
141
+ signing_key:
140
142
  specification_version: 4
141
- summary: Katana's internal code-police
143
+ summary: Internal code-police
142
144
  test_files: []