You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,27 @@
2
2
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## [0.4.0] - 2024-11-09
6
+
7
+
### Added
8
+
9
+
- Added rake task to analyze Flexmock usage and track migration progress to RSpec mocks
10
+
11
+
### Removed
12
+
13
+
- Removed CLI
14
+
5
15
## [0.3.1] - 2024-11-08
6
16
7
17
### Fixed
8
18
9
-
- Fixed CLI broken import.
19
+
- Fixed CLI broken import
10
20
11
21
## [0.3.0] - 2024-11-08
12
22
13
23
### Added
14
24
15
-
- Added CLI to analyze Flexmock usage and track migration progress to RSpec mocks.
25
+
- Added CLI to analyze Flexmock usage and track migration progress to RSpec mocks
16
26
17
27
## [0.2.0] - 2024-11-04
18
28
@@ -25,4 +35,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Copy file name to clipboardExpand all lines: README.md
+7-22Lines changed: 7 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,25 +130,18 @@ end
130
130
131
131
### Migration Analytics
132
132
133
-
You can create a Rake task to analyze Flexmock usage and track migration progress to RSpec mocks. Or use the CLI directly.
133
+
This time implemented migration analytics for [Flexmock](https://github.com/doudou/flexmock) only. You can run Rake task to analyze Flexmock usage and track migration progress to RSpec mocks.
134
134
135
-
Example of the Rake task:
135
+
For non-Rails applications to use the task, you need to load it:
136
136
137
137
```ruby
138
-
namespace :rspec_mockdo
139
-
namespace :migration_analyticsdo
140
-
desc 'Analyze Flexmock usage and track migration progress to RSpec mocks'
Bug reports and pull requests are welcome on GitHub at <https://github.com/mocktools/ruby-rspec-mock>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. Please check the [open tickets](https://github.com/mocktools/ruby-rspec-mock/issues). Be sure to follow Contributor Code of Conduct below and our [Contributing Guidelines](CONTRIBUTING.md).
0 commit comments