Skip to content

Commit

Permalink
move executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mmm-zesty committed Dec 15, 2023
1 parent 9075128 commit bb9d74d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sous (0.1.0)
ouichef-sous (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -55,10 +55,10 @@ PLATFORMS
x86_64-darwin-22

DEPENDENCIES
ouichef-sous!
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
sous!
syntax_tree

BUNDLED WITH
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/sous/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sous
VERSION = "0.1.1"
VERSION = "0.1.2"
end
Binary file added ouichef-sous-0.1.1.gem
Binary file not shown.
8 changes: 4 additions & 4 deletions sous.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
require_relative "lib/sous/version"

Gem::Specification.new do |spec|
spec.name = "sous"
spec.name = "ouichef-sous"
spec.version = Sous::VERSION
spec.authors = ["ouichef"]
spec.email = ["roman.turner@americastestkitchen.com"]

spec.summary = "My lil helper"
spec.homepage = "https://github.com/ouichef/vscode_at_source"
spec.homepage = "https://github.com/ouichef/sous"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata[
"source_code_uri"
] = "https://github.com/ouichef/vscode_at_source"
] = "https://github.com/ouichef/sous"
spec.metadata[
"changelog_uri"
] = "https://github.com/ouichef/vscode_at_source/changelog"
] = "https://github.com/ouichef/sous/changelog"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit bb9d74d

Please sign in to comment.