podspec_editor 0.1.0 → 0.2.0

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: 291576a560f1adc5b8c22764d160a5ae36443bf4
4
- data.tar.gz: 493b5f8728b3855d733422d5c381077f7c951673
3
+ metadata.gz: a17bd6ac2ea50c36308d68ac1867d9867aa26724
4
+ data.tar.gz: b9ccded60787bf1078b586af1751575760a892ea
5
5
  SHA512:
6
- metadata.gz: c6da9a71b18454391c6b3a58ad281e1bb5cdb197bc3658ac0cdab9009974986e231e9b235a81a7daf4a763c617506d1e3d5114d9c189c4dea5690628aa2d6e0d
7
- data.tar.gz: 051f9695c09f74b0a5b3161f9e64fa6161f36d14d8876e1e1ba8522a0c41cfab02aabaa1c1cfff654fc46ca59e77a3703c5501faa2ffe6f6904b702cb0614ddb
6
+ metadata.gz: 29ffe847a24a374d67e9772bd6afec123c577a170e54861b839c89095d5def4f36d8f1468aa91d351f05b3682819ee1ac7a5c48e259d7b18ff0f41a45c90798c
7
+ data.tar.gz: 1a02a22a18dc0def66e28600faeedc46e5a5cc3a45b950b4747213421e73e25d0b21a2da23120f4b1af1485d6de59e6c4e601b2ef92e9f544c50dd58b7fd09e5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- podspec_editor (0.1.0)
4
+ podspec_editor (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## Installation
10
10
 
11
- 🤣 Will be added later
11
+ $ gem install podspec_editor
12
12
 
13
13
  ## Usage
14
14
 
@@ -38,7 +38,7 @@ editor.spec.subspecs[0].source_files = new_source_files = ['A.h']
38
38
  editor.current_json_content
39
39
  ```
40
40
 
41
- See `spec/podspec/editor_spec.rb` for more usage examples.
41
+ See `spec/podspec_editor/editor_spec.rb` for more usage examples.
42
42
 
43
43
  ## License
44
44
 
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "podspec/editor"
4
+ require "podspec_editor"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -1,4 +1,4 @@
1
- require 'podspec/editor/version'
1
+ require 'podspec_editor/version'
2
2
  require 'pathname'
3
3
  require 'ostruct'
4
4
  require 'json'
@@ -1,6 +1,6 @@
1
1
  # :nocov:
2
2
  module Podspec
3
3
  module Editor
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
6
6
  end
Binary file
@@ -1,6 +1,6 @@
1
1
  lib = File.expand_path('lib', __dir__)
2
2
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
- require 'podspec/editor/version'
3
+ require 'podspec_editor/version'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'podspec_editor'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: podspec_editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - X140Yu
@@ -98,9 +98,10 @@ files:
98
98
  - Rakefile
99
99
  - bin/console
100
100
  - bin/setup
101
- - lib/podspec/TEMPLATE.podspec.json
102
- - lib/podspec/editor.rb
103
- - lib/podspec/editor/version.rb
101
+ - lib/podspec_editor/TEMPLATE.podspec.json
102
+ - lib/podspec_editor/editor.rb
103
+ - lib/podspec_editor/version.rb
104
+ - podspec_editor-0.1.0.gem
104
105
  - podspec_editor.gemspec
105
106
  homepage: https://zhaoxinyu.me
106
107
  licenses: