swoop_report 0.2.0 → 0.2.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +4 -2
- data/{bin → exe}/swoop +0 -0
- data/lib/swoop/version.rb +1 -1
- data/swoop.gemspec +1 -1
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa4120022c0b5a0ae627d937c5e4884fd46c078b
|
|
4
|
+
data.tar.gz: 7d03fa387ecb76abf2b4ebd8729c9c071149225b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29c0f2a9a96bb37420b209219fcaab562b64115379763ae5866a0ea28a860b35570369c5f92e25db89a2e648888f1b0f3c42a23ddf6bb7992265657e987245e5
|
|
7
|
+
data.tar.gz: d9c06e1d912dc79ef6f91471c73fdc3b970c7441a3131aab44126be9e894a5dc7fcce8d7e77a69efe3b381b01d07be9165da89a7ca0c035d0dc2bdd0ce27a922
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Swoop : Swift to Objective-C conversion reporter
|
|
2
2
|
|
|
3
|
+
[][rubygems]
|
|
3
4
|
[][travis]
|
|
4
5
|
[][coveralls]
|
|
5
6
|
|
|
7
|
+
[rubygems]: https://rubygems.org/gems/swoop_report
|
|
6
8
|
[travis]: https://travis-ci.org/ikhsan/swoop
|
|
7
9
|
[coveralls]: https://coveralls.io/github/ikhsan/swoop?branch=master
|
|
8
10
|
|
|
@@ -13,7 +15,7 @@ Track your swift code in your Xcode codebase through time. It can go back in tim
|
|
|
13
15
|
Add this line to your application's Gemfile:
|
|
14
16
|
|
|
15
17
|
```ruby
|
|
16
|
-
gem '
|
|
18
|
+
gem 'swoop_report'
|
|
17
19
|
```
|
|
18
20
|
|
|
19
21
|
And then execute:
|
|
@@ -22,7 +24,7 @@ And then execute:
|
|
|
22
24
|
|
|
23
25
|
Or install it yourself as:
|
|
24
26
|
|
|
25
|
-
$ gem install
|
|
27
|
+
$ gem install swoop_report
|
|
26
28
|
|
|
27
29
|
## Usage
|
|
28
30
|
|
data/{bin → exe}/swoop
RENAMED
|
File without changes
|
data/lib/swoop/version.rb
CHANGED
data/swoop.gemspec
CHANGED
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
spec.add_development_dependency "coveralls"
|
|
25
25
|
|
|
26
26
|
spec.add_runtime_dependency "thor", "~> 0.19"
|
|
27
|
-
spec.add_runtime_dependency "xcodeproj", "~>
|
|
27
|
+
spec.add_runtime_dependency "xcodeproj", "~> 1.2"
|
|
28
28
|
spec.add_runtime_dependency "git", "~> 1.3"
|
|
29
29
|
spec.add_runtime_dependency "terminal-table", "~> 1.5"
|
|
30
30
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swoop_report
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ikhsan Assaat
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -100,14 +100,14 @@ dependencies:
|
|
|
100
100
|
requirements:
|
|
101
101
|
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: '
|
|
103
|
+
version: '1.2'
|
|
104
104
|
type: :runtime
|
|
105
105
|
prerelease: false
|
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '1.2'
|
|
111
111
|
- !ruby/object:Gem::Dependency
|
|
112
112
|
name: git
|
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -139,7 +139,8 @@ dependencies:
|
|
|
139
139
|
description:
|
|
140
140
|
email:
|
|
141
141
|
- ikhsan.assaat@songkick.com
|
|
142
|
-
executables:
|
|
142
|
+
executables:
|
|
143
|
+
- swoop
|
|
143
144
|
extensions: []
|
|
144
145
|
extra_rdoc_files: []
|
|
145
146
|
files:
|
|
@@ -147,13 +148,14 @@ files:
|
|
|
147
148
|
- ".gitignore"
|
|
148
149
|
- ".rspec"
|
|
149
150
|
- ".travis.yml"
|
|
151
|
+
- CHANGELOG.md
|
|
150
152
|
- Gemfile
|
|
151
153
|
- LICENSE.txt
|
|
152
154
|
- README.md
|
|
153
155
|
- Rakefile
|
|
154
156
|
- bin/console
|
|
155
157
|
- bin/setup
|
|
156
|
-
-
|
|
158
|
+
- exe/swoop
|
|
157
159
|
- lib/swoop.rb
|
|
158
160
|
- lib/swoop/entity.rb
|
|
159
161
|
- lib/swoop/entity_parser.rb
|